Html Css Color HEX #F071CB Neon Pink

📋 copy color: '#F071CB'

red 240 ◦ green 113 ◦ blue 203

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

Shades of Neon Pink #F071CB

Tints of Neon Pink #F071CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.32%

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

R = 43.17%
G = 20.32%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F071CB (or 0xF071CB) is known color: Neon Pink. HEX triplet: F0, 71 and CB. RGB value is (240,113,203). Sum of RGB (Red+Green+Blue) = 240+113+203=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F071CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071CB is #0F8E34. Grayscale: #A1A1A1. Windows color (decimal): -1019445 or 13332976. OLE color: 13332976.

HSL color Cylindrical-coordinate representation of color #F071CB: hue angle of 317.48º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071CB is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 113 203 -
CMYK 0 0.53 0.15 0.06
HSL 317.48º 0.81% 0.69% -
HSV(B) 317.48º 0.53% 0.94% -
XYZ 52.62 34.65 60.41 -
YUV 161.23 151.58 184.18 -
System Red Green Blue C M Y K H S L
Decimal 240 113 203 0 0.53 0.15 0.06 317.48 0.81 0.69
Hex F0 71 CB 0 35 F 6 13D 51 45
Octal 360 161 313 0 65 17 6 475 121 105
Binary 11110000 1110001 11001011 0 110101 1111 110 100111101 1010001 1000101

Color Harmonies of #F071CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071CB

Black with #F071CB

Text Example


Text Example

White with #F071CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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