Html Css Color HEX #F2567F Dark Pink

📋 copy color: '#F2567F'

red 242 ◦ green 86 ◦ blue 127

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

Shades of Dark Pink #F2567F

Tints of Dark Pink #F2567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.9%

 BLUE value IS 127 (50% from 255) = 27.91%

R = 53.19%
G = 18.9%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2567F (or 0xF2567F) is known color: Dark Pink. HEX triplet: F2, 56 and 7F. RGB value is (242,86,127). Sum of RGB (Red+Green+Blue) = 242+86+127=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2567F is #0DA980. Grayscale: #898989. Windows color (decimal): -895361 or 8345330. OLE color: 8345330.

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

Color convert

RGB 242 86 127 -
CMYK 0 0.64 0.48 0.05
HSL 344.23º 0.86% 0.64% -
HSV(B) 344.23º 0.64% 0.95% -
XYZ 43.78 27.07 23 -
YUV 137.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 242 86 127 0 0.64 0.48 0.05 344.23 0.86 0.64
Hex F2 56 7F 0 40 30 5 158 56 40
Octal 362 126 177 0 100 60 5 530 126 100
Binary 11110010 1010110 1111111 0 1000000 110000 101 101011000 1010110 1000000

Color Harmonies of #F2567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2567F

Black with #F2567F

Text Example


Text Example

White with #F2567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2567F; }

 p { color: rgb(242,86,127); }

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

background-color css

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

 a { background-color: rgb(242,86,127); }

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

border-color css

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

 span { border-color: rgb(242,86,127); }

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