Html Css Color HEX #F2547C Dark Pink

📋 copy color: '#F2547C'

red 242 ◦ green 84 ◦ blue 124

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

Shades of Dark Pink #F2547C

Tints of Dark Pink #F2547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.67%

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

R = 53.78%
G = 18.67%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2547C (or 0xF2547C) is known color: Dark Pink. HEX triplet: F2, 54 and 7C. RGB value is (242,84,124). Sum of RGB (Red+Green+Blue) = 242+84+124=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2547C is #0DAB83. Grayscale: #878787. Windows color (decimal): -895876 or 8148210. OLE color: 8148210.

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

Color convert

RGB 242 84 124 -
CMYK 0 0.65 0.49 0.05
HSL 344.81º 0.86% 0.64% -
HSV(B) 344.81º 0.65% 0.95% -
XYZ 43.43 26.67 21.93 -
YUV 135.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 242 84 124 0 0.65 0.49 0.05 344.81 0.86 0.64
Hex F2 54 7C 0 41 31 5 159 56 40
Octal 362 124 174 0 101 61 5 531 126 100
Binary 11110010 1010100 1111100 0 1000001 110001 101 101011001 1010110 1000000

Color Harmonies of #F2547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2547C

Black with #F2547C

Text Example


Text Example

White with #F2547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2547C; }

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

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

background-color css

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

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

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

border-color css

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

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

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