Html Css Color HEX #FF247C Deep Pink

📋 copy color: '#FF247C'

red 255 ◦ green 36 ◦ blue 124

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

Shades of Deep Pink #FF247C

Tints of Deep Pink #FF247C

RGB

 RED value IS 255 (100% from 255) = 61.45%

 GREEN value IS 36 (14.45% from 255) = 8.67%

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

R = 61.45%
G = 8.67%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF247C (or 0xFF247C) is known color: Deep Pink. HEX triplet: FF, 24 and 7C. RGB value is (255,36,124). Sum of RGB (Red+Green+Blue) = 255+36+124=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF247C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF247C is #00DB83. Grayscale: #6F6F6F. Windows color (decimal): -56196 or 8135935. OLE color: 8135935.

HSL color Cylindrical-coordinate representation of color #FF247C: hue angle of 335.89º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF247C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 36 124 -
CMYK 0 0.86 0.51 0
HSL 335.89º 1% 0.57% -
HSV(B) 335.89º 0.86% 1% -
XYZ 45.51 23.98 21.3 -
YUV 111.51 135.05 230.34 -
System Red Green Blue C M Y K H S L
Decimal 255 36 124 0 0.86 0.51 0 335.89 1 0.57
Hex FF 24 7C 0 56 33 0 150 64 39
Octal 377 44 174 0 126 63 0 520 144 71
Binary 11111111 100100 1111100 0 1010110 110011 0 101010000 1100100 111001

Color Harmonies of #FF247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF247C

Black with #FF247C

Text Example


Text Example

White with #FF247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF247C; }

 p { color: rgb(255,36,124); }

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

background-color css

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

 a { background-color: rgb(255,36,124); }

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

border-color css

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

 span { border-color: rgb(255,36,124); }

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