Html Css Color HEX #FF247D Deep Pink

📋 copy color: '#FF247D'

red 255 ◦ green 36 ◦ blue 125

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

Shades of Deep Pink #FF247D

Tints of Deep Pink #FF247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 61.3%
G = 8.65%
B = 30.05%

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

#FF247D (or 0xFF247D) is known color: Deep Pink. HEX triplet: FF, 24 and 7D. RGB value is (255,36,125). Sum of RGB (Red+Green+Blue) = 255+36+125=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF247D is #00DB82. Grayscale: #6F6F6F. Windows color (decimal): -56195 or 8201471. OLE color: 8201471.

HSL color Cylindrical-coordinate representation of color #FF247D: hue angle of 335.62º 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 #FF247D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 36 125 -
CMYK 0 0.86 0.51 0
HSL 335.62º 1% 0.57% -
HSV(B) 335.62º 0.86% 1% -
XYZ 45.57 24 21.63 -
YUV 111.63 135.55 230.26 -
System Red Green Blue C M Y K H S L
Decimal 255 36 125 0 0.86 0.51 0 335.62 1 0.57
Hex FF 24 7D 0 56 33 0 150 64 39
Octal 377 44 175 0 126 63 0 520 144 71
Binary 11111111 100100 1111101 0 1010110 110011 0 101010000 1100100 111001

Color Harmonies of #FF247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF247D

Black with #FF247D

Text Example


Text Example

White with #FF247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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