Html Css Color HEX #F90FCB Shocking Pink

📋 copy color: '#F90FCB'

red 249 ◦ green 15 ◦ blue 203

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

Shades of Shocking Pink #F90FCB

Tints of Shocking Pink #F90FCB

RGB

 RED value IS 249 (97.66% from 255) = 53.32%

 GREEN value IS 15 (6.25% from 255) = 3.21%

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

R = 53.32%
G = 3.21%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F90FCB (or 0xF90FCB) is known color: Shocking Pink. HEX triplet: F9, 0F and CB. RGB value is (249,15,203). Sum of RGB (Red+Green+Blue) = 249+15+203=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FCB is #06F034. Grayscale: #696969. Windows color (decimal): -454709 or 13307897. OLE color: 13307897.

HSL color Cylindrical-coordinate representation of color #F90FCB: hue angle of 311.79º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90FCB is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 15 203 -
CMYK 0 0.94 0.18 0.02
HSL 311.79º 0.95% 0.52% -
HSV(B) 311.79º 0.94% 0.98% -
XYZ 50.02 24.79 58.65 -
YUV 106.4 182.52 229.71 -
System Red Green Blue C M Y K H S L
Decimal 249 15 203 0 0.94 0.18 0.02 311.79 0.95 0.52
Hex F9 F CB 0 5E 12 2 138 5F 34
Octal 371 17 313 0 136 22 2 470 137 64
Binary 11111001 1111 11001011 0 1011110 10010 10 100111000 1011111 110100

Color Harmonies of #F90FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FCB

Black with #F90FCB

Text Example


Text Example

White with #F90FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FCB; }

 p { color: rgb(249,15,203); }

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

background-color css

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

 a { background-color: rgb(249,15,203); }

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

border-color css

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

 span { border-color: rgb(249,15,203); }

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