Html Css Color HEX #F90FCE Shocking Pink

📋 copy color: '#F90FCE'

red 249 ◦ green 15 ◦ blue 206

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

Shades of Shocking Pink #F90FCE

Tints of Shocking Pink #F90FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 52.98%
G = 3.19%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F90FCE (or 0xF90FCE) is known color: Shocking Pink. HEX triplet: F9, 0F and CE. RGB value is (249,15,206). Sum of RGB (Red+Green+Blue) = 249+15+206=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FCE is #06F031. Grayscale: #6A6A6A. Windows color (decimal): -454706 or 13504505. OLE color: 13504505.

HSL color Cylindrical-coordinate representation of color #F90FCE: hue angle of 311.03º 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 #F90FCE is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 15 206 -
CMYK 0 0.94 0.17 0.02
HSL 311.03º 0.95% 0.52% -
HSV(B) 311.03º 0.94% 0.98% -
XYZ 50.38 24.94 60.55 -
YUV 106.74 184.02 229.47 -
System Red Green Blue C M Y K H S L
Decimal 249 15 206 0 0.94 0.17 0.02 311.03 0.95 0.52
Hex F9 F CE 0 5E 11 2 137 5F 34
Octal 371 17 316 0 136 21 2 467 137 64
Binary 11111001 1111 11001110 0 1011110 10001 10 100110111 1011111 110100

Color Harmonies of #F90FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FCE

Black with #F90FCE

Text Example


Text Example

White with #F90FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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