Html Css Color HEX #FF248F Deep Pink

📋 copy color: '#FF248F'

red 255 ◦ green 36 ◦ blue 143

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

Shades of Deep Pink #FF248F

Tints of Deep Pink #FF248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.95%

R = 58.76%
G = 8.29%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF248F (or 0xFF248F) is known color: Deep Pink. HEX triplet: FF, 24 and 8F. RGB value is (255,36,143). Sum of RGB (Red+Green+Blue) = 255+36+143=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF248F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF248F is #00DB70. Grayscale: #717171. Windows color (decimal): -56177 or 9381119. OLE color: 9381119.

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

Color convert

RGB 255 36 143 -
CMYK 0 0.86 0.44 0
HSL 330.68º 1% 0.57% -
HSV(B) 330.68º 0.86% 1% -
XYZ 46.83 24.5 28.25 -
YUV 113.68 144.55 228.8 -
System Red Green Blue C M Y K H S L
Decimal 255 36 143 0 0.86 0.44 0 330.68 1 0.57
Hex FF 24 8F 0 56 2C 0 14B 64 39
Octal 377 44 217 0 126 54 0 513 144 71
Binary 11111111 100100 10001111 0 1010110 101100 0 101001011 1100100 111001

Color Harmonies of #FF248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF248F

Black with #FF248F

Text Example


Text Example

White with #FF248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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