Html Css Color HEX #F0258D Deep Pink

📋 copy color: '#F0258D'

red 240 ◦ green 37 ◦ blue 141

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

Shades of Deep Pink #F0258D

Tints of Deep Pink #F0258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.85%

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 57.42%
G = 8.85%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0258D (or 0xF0258D) is known color: Deep Pink. HEX triplet: F0, 25 and 8D. RGB value is (240,37,141). Sum of RGB (Red+Green+Blue) = 240+37+141=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0258D is #0FDA72. Grayscale: #6D6D6D. Windows color (decimal): -1038963 or 9250288. OLE color: 9250288.

HSL color Cylindrical-coordinate representation of color #F0258D: hue angle of 329.26º 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 #F0258D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 37 141 -
CMYK 0 0.85 0.41 0.06
HSL 329.26º 0.87% 0.54% -
HSV(B) 329.26º 0.85% 0.94% -
XYZ 41.4 21.77 27.22 -
YUV 109.55 145.75 221.04 -
System Red Green Blue C M Y K H S L
Decimal 240 37 141 0 0.85 0.41 0.06 329.26 0.87 0.54
Hex F0 25 8D 0 55 29 6 149 57 36
Octal 360 45 215 0 125 51 6 511 127 66
Binary 11110000 100101 10001101 0 1010101 101001 110 101001001 1010111 110110

Color Harmonies of #F0258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0258D

Black with #F0258D

Text Example


Text Example

White with #F0258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0258D; }

 p { color: rgb(240,37,141); }

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

background-color css

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

 a { background-color: rgb(240,37,141); }

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

border-color css

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

 span { border-color: rgb(240,37,141); }

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