Html Css Color HEX #FF248C Deep Pink

📋 copy color: '#FF248C'

red 255 ◦ green 36 ◦ blue 140

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

Shades of Deep Pink #FF248C

Tints of Deep Pink #FF248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 59.16%
G = 8.35%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF248C (or 0xFF248C) is known color: Deep Pink. HEX triplet: FF, 24 and 8C. RGB value is (255,36,140). Sum of RGB (Red+Green+Blue) = 255+36+140=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF248C is #00DB73. Grayscale: #717171. Windows color (decimal): -56180 or 9184511. OLE color: 9184511.

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

Color convert

RGB 255 36 140 -
CMYK 0 0.86 0.45 0
HSL 331.51º 1% 0.57% -
HSV(B) 331.51º 0.86% 1% -
XYZ 46.6 24.42 27.07 -
YUV 113.34 143.05 229.04 -
System Red Green Blue C M Y K H S L
Decimal 255 36 140 0 0.86 0.45 0 331.51 1 0.57
Hex FF 24 8C 0 56 2D 0 14C 64 39
Octal 377 44 214 0 126 55 0 514 144 71
Binary 11111111 100100 10001100 0 1010110 101101 0 101001100 1100100 111001

Color Harmonies of #FF248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF248C

Black with #FF248C

Text Example


Text Example

White with #FF248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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