Html Css Color HEX #F0248A Deep Pink

📋 copy color: '#F0248A'

red 240 ◦ green 36 ◦ blue 138

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

Shades of Deep Pink #F0248A

Tints of Deep Pink #F0248A

RGB

 RED value IS 240 (94.14% from 255) = 57.97%

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

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 57.97%
G = 8.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0248A (or 0xF0248A) is known color: Deep Pink. HEX triplet: F0, 24 and 8A. RGB value is (240,36,138). Sum of RGB (Red+Green+Blue) = 240+36+138=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0248A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0248A is #0FDB75. Grayscale: #6C6C6C. Windows color (decimal): -1039222 or 9053424. OLE color: 9053424.

HSL color Cylindrical-coordinate representation of color #F0248A: hue angle of 330º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0248A is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 36 138 -
CMYK 0 0.85 0.42 0.06
HSL 330º 0.87% 0.54% -
HSV(B) 330º 0.85% 0.94% -
XYZ 41.15 21.62 26.05 -
YUV 108.62 144.59 221.71 -
System Red Green Blue C M Y K H S L
Decimal 240 36 138 0 0.85 0.42 0.06 330 0.87 0.54
Hex F0 24 8A 0 55 2A 6 14A 57 36
Octal 360 44 212 0 125 52 6 512 127 66
Binary 11110000 100100 10001010 0 1010101 101010 110 101001010 1010111 110110

Color Harmonies of #F0248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0248A

Black with #F0248A

Text Example


Text Example

White with #F0248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0248A; }

 p { color: rgb(240,36,138); }

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

background-color css

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

 a { background-color: rgb(240,36,138); }

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

border-color css

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

 span { border-color: rgb(240,36,138); }

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