Html Css Color HEX #F217B9 Shocking Pink

📋 copy color: '#F217B9'

red 242 ◦ green 23 ◦ blue 185

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

Shades of Shocking Pink #F217B9

Tints of Shocking Pink #F217B9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.11%

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 53.78%
G = 5.11%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F217B9 (or 0xF217B9) is known color: Shocking Pink. HEX triplet: F2, 17 and B9. RGB value is (242,23,185). Sum of RGB (Red+Green+Blue) = 242+23+185=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F217B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217B9 is #0DE846. Grayscale: #6A6A6A. Windows color (decimal): -911431 or 12130290. OLE color: 12130290.

HSL color Cylindrical-coordinate representation of color #F217B9: hue angle of 315.62º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F217B9 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 23 185 -
CMYK 0 0.90 0.24 0.05
HSL 315.62º 0.89% 0.52% -
HSV(B) 315.62º 0.9% 0.95% -
XYZ 45.68 22.99 47.93 -
YUV 106.95 172.05 224.33 -
System Red Green Blue C M Y K H S L
Decimal 242 23 185 0 0.90 0.24 0.05 315.62 0.89 0.52
Hex F2 17 B9 0 5A 18 5 13C 59 34
Octal 362 27 271 0 132 30 5 474 131 64
Binary 11110010 10111 10111001 0 1011010 11000 101 100111100 1011001 110100

Color Harmonies of #F217B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217B9

Black with #F217B9

Text Example


Text Example

White with #F217B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217B9; }

 p { color: rgb(242,23,185); }

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

background-color css

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

 a { background-color: rgb(242,23,185); }

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

border-color css

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

 span { border-color: rgb(242,23,185); }

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