Html Css Color HEX #F206B5 Shocking Pink

📋 copy color: '#F206B5'

red 242 ◦ green 6 ◦ blue 181

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

Shades of Shocking Pink #F206B5

Tints of Shocking Pink #F206B5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.4%

 BLUE value IS 181 (71.09% from 255) = 42.19%

R = 56.41%
G = 1.4%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F206B5 (or 0xF206B5) is known color: Shocking Pink. HEX triplet: F2, 06 and B5. RGB value is (242,6,181). Sum of RGB (Red+Green+Blue) = 242+6+181=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F206B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206B5 is #0DF94A. Grayscale: #606060. Windows color (decimal): -915787 or 11863794. OLE color: 11863794.

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

Color convert

RGB 242 6 181 -
CMYK 0 0.98 0.25 0.05
HSL 315.51º 0.95% 0.49% -
HSV(B) 315.51º 0.98% 0.95% -
XYZ 45.02 22.34 45.66 -
YUV 96.51 175.69 231.77 -
System Red Green Blue C M Y K H S L
Decimal 242 6 181 0 0.98 0.25 0.05 315.51 0.95 0.49
Hex F2 6 B5 0 62 19 5 13C 5F 31
Octal 362 6 265 0 142 31 5 474 137 61
Binary 11110010 110 10110101 0 1100010 11001 101 100111100 1011111 110001

Color Harmonies of #F206B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F206B5

Black with #F206B5

Text Example


Text Example

White with #F206B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F206B5; }

 p { color: rgb(242,6,181); }

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

background-color css

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

 a { background-color: rgb(242,6,181); }

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

border-color css

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

 span { border-color: rgb(242,6,181); }

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