Html Css Color HEX #F061CB Neon Pink

📋 copy color: '#F061CB'

red 240 ◦ green 97 ◦ blue 203

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

Shades of Neon Pink #F061CB

Tints of Neon Pink #F061CB

RGB

 RED value IS 240 (94.14% from 255) = 44.44%

 GREEN value IS 97 (38.28% from 255) = 17.96%

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 44.44%
G = 17.96%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F061CB (or 0xF061CB) is known color: Neon Pink. HEX triplet: F0, 61 and CB. RGB value is (240,97,203). Sum of RGB (Red+Green+Blue) = 240+97+203=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F061CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F061CB is #0F9E34. Grayscale: #979797. Windows color (decimal): -1023541 or 13328880. OLE color: 13328880.

HSL color Cylindrical-coordinate representation of color #F061CB: hue angle of 315.52º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F061CB is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 203 -
CMYK 0 0.60 0.15 0.06
HSL 315.52º 0.83% 0.66% -
HSV(B) 315.52º 0.6% 0.94% -
XYZ 50.99 31.39 59.87 -
YUV 151.84 156.88 190.88 -
System Red Green Blue C M Y K H S L
Decimal 240 97 203 0 0.60 0.15 0.06 315.52 0.83 0.66
Hex F0 61 CB 0 3C F 6 13C 53 42
Octal 360 141 313 0 74 17 6 474 123 102
Binary 11110000 1100001 11001011 0 111100 1111 110 100111100 1010011 1000010

Color Harmonies of #F061CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F061CB

Black with #F061CB

Text Example


Text Example

White with #F061CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F061CB; }

 p { color: rgb(240,97,203); }

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

background-color css

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

 a { background-color: rgb(240,97,203); }

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

border-color css

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

 span { border-color: rgb(240,97,203); }

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