Html Css Color HEX #F073CB Neon Pink

📋 copy color: '#F073CB'

red 240 ◦ green 115 ◦ blue 203

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

Shades of Neon Pink #F073CB

Tints of Neon Pink #F073CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.61%

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

R = 43.01%
G = 20.61%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F073CB (or 0xF073CB) is known color: Neon Pink. HEX triplet: F0, 73 and CB. RGB value is (240,115,203). Sum of RGB (Red+Green+Blue) = 240+115+203=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F073CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073CB is #0F8C34. Grayscale: #A2A2A2. Windows color (decimal): -1018933 or 13333488. OLE color: 13333488.

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

Color convert

RGB 240 115 203 -
CMYK 0 0.52 0.15 0.06
HSL 317.76º 0.81% 0.7% -
HSV(B) 317.76º 0.52% 0.94% -
XYZ 52.85 35.1 60.49 -
YUV 162.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 240 115 203 0 0.52 0.15 0.06 317.76 0.81 0.7
Hex F0 73 CB 0 34 F 6 13E 51 46
Octal 360 163 313 0 64 17 6 476 121 106
Binary 11110000 1110011 11001011 0 110100 1111 110 100111110 1010001 1000110

Color Harmonies of #F073CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073CB

Black with #F073CB

Text Example


Text Example

White with #F073CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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