Html Css Color HEX #F90BCA Shocking Pink

📋 copy color: '#F90BCA'

red 249 ◦ green 11 ◦ blue 202

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

Shades of Shocking Pink #F90BCA

Tints of Shocking Pink #F90BCA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.38%

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 53.9%
G = 2.38%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F90BCA (or 0xF90BCA) is known color: Shocking Pink. HEX triplet: F9, 0B and CA. RGB value is (249,11,202). Sum of RGB (Red+Green+Blue) = 249+11+202=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BCA is #06F435. Grayscale: #676767. Windows color (decimal): -455734 or 13241337. OLE color: 13241337.

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

Color convert

RGB 249 11 202 -
CMYK 0 0.96 0.19 0.02
HSL 311.85º 0.95% 0.51% -
HSV(B) 311.85º 0.96% 0.98% -
XYZ 49.85 24.64 58.01 -
YUV 103.94 183.35 231.47 -
System Red Green Blue C M Y K H S L
Decimal 249 11 202 0 0.96 0.19 0.02 311.85 0.95 0.51
Hex F9 B CA 0 60 13 2 138 5F 33
Octal 371 13 312 0 140 23 2 470 137 63
Binary 11111001 1011 11001010 0 1100000 10011 10 100111000 1011111 110011

Color Harmonies of #F90BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BCA

Black with #F90BCA

Text Example


Text Example

White with #F90BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BCA; }

 p { color: rgb(249,11,202); }

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

background-color css

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

 a { background-color: rgb(249,11,202); }

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

border-color css

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

 span { border-color: rgb(249,11,202); }

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