Html Css Color HEX #F255C4 Neon Pink

📋 copy color: '#F255C4'

red 242 ◦ green 85 ◦ blue 196

#F255C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F255C4

Tints of Neon Pink #F255C4

RGB

 RED value IS 242 (94.92% from 255) = 46.27%

 GREEN value IS 85 (33.59% from 255) = 16.25%

 BLUE value IS 196 (76.95% from 255) = 37.48%

R = 46.27%
G = 16.25%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F255C4 (or 0xF255C4) is known color: Neon Pink. HEX triplet: F2, 55 and C4. RGB value is (242,85,196). Sum of RGB (Red+Green+Blue) = 242+85+196=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F255C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255C4 is #0DAA3B. Grayscale: #909090. Windows color (decimal): -895548 or 12867058. OLE color: 12867058.

HSL color Cylindrical-coordinate representation of color #F255C4: hue angle of 317.58º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F255C4 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 85 196 -
CMYK 0 0.65 0.19 0.05
HSL 317.58º 0.86% 0.64% -
HSV(B) 317.58º 0.65% 0.95% -
XYZ 49.83 29.36 55.27 -
YUV 144.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 242 85 196 0 0.65 0.19 0.05 317.58 0.86 0.64
Hex F2 55 C4 0 41 13 5 13E 56 40
Octal 362 125 304 0 101 23 5 476 126 100
Binary 11110010 1010101 11000100 0 1000001 10011 101 100111110 1010110 1000000

Color Harmonies of #F255C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255C4

Black with #F255C4

Text Example


Text Example

White with #F255C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255C4; }

 p { color: rgb(242,85,196); }

 H1.HeaderClassName
 {
   color: #F255C4;
 }
 .AnyTagClassName
 {
   color: #F255C4;
 }
</style>

background-color css

<style>
 a { background-color: #F255C4; }

 a { background-color: rgb(242,85,196); }

 div.DivClassName
 {
   background-color: #F255C4;
 }
 .BgClassName
 {
   background-color: #F255C4;
 }
</style>

border-color css

<style>
 span { border-color: #F255C4; }

 span { border-color: rgb(242,85,196); }

 td.TdClassName
 {
   border-color: #F255C4;
 }
 .TagClassName
 {
   border-color: #F255C4;
 }
</style>