Html Css Color HEX #F209B2 Shocking Pink

📋 copy color: '#F209B2'

red 242 ◦ green 9 ◦ blue 178

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

Shades of Shocking Pink #F209B2

Tints of Shocking Pink #F209B2

RGB

 RED value IS 242 (94.92% from 255) = 56.41%

 GREEN value IS 9 (3.91% from 255) = 2.1%

 BLUE value IS 178 (69.92% from 255) = 41.49%

R = 56.41%
G = 2.1%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F209B2 (or 0xF209B2) is known color: Shocking Pink. HEX triplet: F2, 09 and B2. RGB value is (242,9,178). Sum of RGB (Red+Green+Blue) = 242+9+178=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F209B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F209B2 is #0DF64D. Grayscale: #616161. Windows color (decimal): -915022 or 11667954. OLE color: 11667954.

HSL color Cylindrical-coordinate representation of color #F209B2: hue angle of 316.48º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209B2 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 9 178 -
CMYK 0 0.96 0.26 0.05
HSL 316.48º 0.93% 0.49% -
HSV(B) 316.48º 0.96% 0.95% -
XYZ 44.75 22.29 44.06 -
YUV 97.93 173.19 230.76 -
System Red Green Blue C M Y K H S L
Decimal 242 9 178 0 0.96 0.26 0.05 316.48 0.93 0.49
Hex F2 9 B2 0 60 1A 5 13C 5D 31
Octal 362 11 262 0 140 32 5 474 135 61
Binary 11110010 1001 10110010 0 1100000 11010 101 100111100 1011101 110001

Color Harmonies of #F209B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F209B2

Black with #F209B2

Text Example


Text Example

White with #F209B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F209B2; }

 p { color: rgb(242,9,178); }

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

background-color css

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

 a { background-color: rgb(242,9,178); }

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

border-color css

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

 span { border-color: rgb(242,9,178); }

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