Html Css Color HEX #F2068F Deep Pink

📋 copy color: '#F2068F'

red 242 ◦ green 6 ◦ blue 143

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

Shades of Deep Pink #F2068F

Tints of Deep Pink #F2068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 61.89%
G = 1.53%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2068F (or 0xF2068F) is known color: Deep Pink. HEX triplet: F2, 06 and 8F. RGB value is (242,6,143). Sum of RGB (Red+Green+Blue) = 242+6+143=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2068F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2068F is #0DF970. Grayscale: #5B5B5B. Windows color (decimal): -915825 or 9373426. OLE color: 9373426.

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

Color convert

RGB 242 6 143 -
CMYK 0 0.98 0.41 0.05
HSL 325.17º 0.95% 0.49% -
HSV(B) 325.17º 0.98% 0.95% -
XYZ 41.64 20.99 27.84 -
YUV 92.18 156.69 234.86 -
System Red Green Blue C M Y K H S L
Decimal 242 6 143 0 0.98 0.41 0.05 325.17 0.95 0.49
Hex F2 6 8F 0 62 29 5 145 5F 31
Octal 362 6 217 0 142 51 5 505 137 61
Binary 11110010 110 10001111 0 1100010 101001 101 101000101 1011111 110001

Color Harmonies of #F2068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2068F

Black with #F2068F

Text Example


Text Example

White with #F2068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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