Html Css Color HEX #F20681 Deep Pink

📋 copy color: '#F20681'

red 242 ◦ green 6 ◦ blue 129

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

Shades of Deep Pink #F20681

Tints of Deep Pink #F20681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 64.19%
G = 1.59%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F20681 (or 0xF20681) is known color: Deep Pink. HEX triplet: F2, 06 and 81. RGB value is (242,6,129). Sum of RGB (Red+Green+Blue) = 242+6+129=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F20681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20681 is #0DF97E. Grayscale: #5A5A5A. Windows color (decimal): -915839 or 8455922. OLE color: 8455922.

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

Color convert

RGB 242 6 129 -
CMYK 0 0.98 0.47 0.05
HSL 328.73º 0.95% 0.49% -
HSV(B) 328.73º 0.98% 0.95% -
XYZ 40.65 20.59 22.6 -
YUV 90.59 149.69 236 -
System Red Green Blue C M Y K H S L
Decimal 242 6 129 0 0.98 0.47 0.05 328.73 0.95 0.49
Hex F2 6 81 0 62 2F 5 149 5F 31
Octal 362 6 201 0 142 57 5 511 137 61
Binary 11110010 110 10000001 0 1100010 101111 101 101001001 1011111 110001

Color Harmonies of #F20681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20681

Black with #F20681

Text Example


Text Example

White with #F20681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20681; }

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

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

background-color css

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

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

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

border-color css

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

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

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