Html Css Color HEX #F2446F Dark Pink

📋 copy color: '#F2446F'

red 242 ◦ green 68 ◦ blue 111

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

Shades of Dark Pink #F2446F

Tints of Dark Pink #F2446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.15%

 BLUE value IS 111 (43.75% from 255) = 26.37%

R = 57.48%
G = 16.15%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2446F (or 0xF2446F) is known color: Dark Pink. HEX triplet: F2, 44 and 6F. RGB value is (242,68,111). Sum of RGB (Red+Green+Blue) = 242+68+111=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2446F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2446F is #0DBB90. Grayscale: #7C7C7C. Windows color (decimal): -899985 or 7292146. OLE color: 7292146.

HSL color Cylindrical-coordinate representation of color #F2446F: hue angle of 345.17º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2446F is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 111 -
CMYK 0 0.72 0.54 0.05
HSL 345.17º 0.87% 0.61% -
HSV(B) 345.17º 0.72% 0.95% -
XYZ 41.55 24.16 17.51 -
YUV 124.93 120.15 211.5 -
System Red Green Blue C M Y K H S L
Decimal 242 68 111 0 0.72 0.54 0.05 345.17 0.87 0.61
Hex F2 44 6F 0 48 36 5 159 57 3D
Octal 362 104 157 0 110 66 5 531 127 75
Binary 11110010 1000100 1101111 0 1001000 110110 101 101011001 1010111 111101

Color Harmonies of #F2446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2446F

Black with #F2446F

Text Example


Text Example

White with #F2446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2446F; }

 p { color: rgb(242,68,111); }

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

background-color css

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

 a { background-color: rgb(242,68,111); }

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

border-color css

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

 span { border-color: rgb(242,68,111); }

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