Html Css Color HEX #F0258B Deep Pink

📋 copy color: '#F0258B'

red 240 ◦ green 37 ◦ blue 139

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

Shades of Deep Pink #F0258B

Tints of Deep Pink #F0258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 57.69%
G = 8.89%
B = 33.41%

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

#F0258B (or 0xF0258B) is known color: Deep Pink. HEX triplet: F0, 25 and 8B. RGB value is (240,37,139). Sum of RGB (Red+Green+Blue) = 240+37+139=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0258B is #0FDA74. Grayscale: #6D6D6D. Windows color (decimal): -1038965 or 9119216. OLE color: 9119216.

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

Color convert

RGB 240 37 139 -
CMYK 0 0.85 0.42 0.06
HSL 329.85º 0.87% 0.54% -
HSV(B) 329.85º 0.85% 0.94% -
XYZ 41.26 21.71 26.44 -
YUV 109.33 144.75 221.21 -
System Red Green Blue C M Y K H S L
Decimal 240 37 139 0 0.85 0.42 0.06 329.85 0.87 0.54
Hex F0 25 8B 0 55 2A 6 14A 57 36
Octal 360 45 213 0 125 52 6 512 127 66
Binary 11110000 100101 10001011 0 1010101 101010 110 101001010 1010111 110110

Color Harmonies of #F0258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0258B

Black with #F0258B

Text Example


Text Example

White with #F0258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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