Html Css Color HEX #F20682 Deep Pink

📋 copy color: '#F20682'

red 242 ◦ green 6 ◦ blue 130

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

Shades of Deep Pink #F20682

Tints of Deep Pink #F20682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 64.02%
G = 1.59%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F20682 (or 0xF20682) is known color: Deep Pink. HEX triplet: F2, 06 and 82. RGB value is (242,6,130). Sum of RGB (Red+Green+Blue) = 242+6+130=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F20682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20682 is #0DF97D. Grayscale: #5A5A5A. Windows color (decimal): -915838 or 8521458. OLE color: 8521458.

HSL color Cylindrical-coordinate representation of color #F20682: hue angle of 328.47º 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 #F20682 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 6 130 -
CMYK 0 0.98 0.46 0.05
HSL 328.47º 0.95% 0.49% -
HSV(B) 328.47º 0.98% 0.95% -
XYZ 40.71 20.62 22.95 -
YUV 90.7 150.19 235.92 -
System Red Green Blue C M Y K H S L
Decimal 242 6 130 0 0.98 0.46 0.05 328.47 0.95 0.49
Hex F2 6 82 0 62 2E 5 148 5F 31
Octal 362 6 202 0 142 56 5 510 137 61
Binary 11110010 110 10000010 0 1100010 101110 101 101001000 1011111 110001

Color Harmonies of #F20682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20682

Black with #F20682

Text Example


Text Example

White with #F20682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20682; }

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

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

background-color css

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

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

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

border-color css

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

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

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