Html Css Color HEX #F2527C Dark Pink

📋 copy color: '#F2527C'

red 242 ◦ green 82 ◦ blue 124

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

Shades of Dark Pink #F2527C

Tints of Dark Pink #F2527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 54.02%
G = 18.3%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2527C (or 0xF2527C) is known color: Dark Pink. HEX triplet: F2, 52 and 7C. RGB value is (242,82,124). Sum of RGB (Red+Green+Blue) = 242+82+124=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2527C is #0DAD83. Grayscale: #868686. Windows color (decimal): -896388 or 8147698. OLE color: 8147698.

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

Color convert

RGB 242 82 124 -
CMYK 0 0.66 0.49 0.05
HSL 344.25º 0.86% 0.64% -
HSV(B) 344.25º 0.66% 0.95% -
XYZ 43.27 26.37 21.88 -
YUV 134.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 242 82 124 0 0.66 0.49 0.05 344.25 0.86 0.64
Hex F2 52 7C 0 42 31 5 158 56 40
Octal 362 122 174 0 102 61 5 530 126 100
Binary 11110010 1010010 1111100 0 1000010 110001 101 101011000 1010110 1000000

Color Harmonies of #F2527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2527C

Black with #F2527C

Text Example


Text Example

White with #F2527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2527C; }

 p { color: rgb(242,82,124); }

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

background-color css

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

 a { background-color: rgb(242,82,124); }

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

border-color css

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

 span { border-color: rgb(242,82,124); }

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