Html Css Color HEX #F0238E Deep Pink

📋 copy color: '#F0238E'

red 240 ◦ green 35 ◦ blue 142

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

Shades of Deep Pink #F0238E

Tints of Deep Pink #F0238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.39%

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 57.55%
G = 8.39%
B = 34.05%

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

#F0238E (or 0xF0238E) is known color: Deep Pink. HEX triplet: F0, 23 and 8E. RGB value is (240,35,142). Sum of RGB (Red+Green+Blue) = 240+35+142=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0238E is #0FDC71. Grayscale: #6C6C6C. Windows color (decimal): -1039474 or 9315312. OLE color: 9315312.

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

Color convert

RGB 240 35 142 -
CMYK 0 0.85 0.41 0.06
HSL 328.68º 0.87% 0.54% -
HSV(B) 328.68º 0.85% 0.94% -
XYZ 41.42 21.68 27.59 -
YUV 108.49 146.92 221.8 -
System Red Green Blue C M Y K H S L
Decimal 240 35 142 0 0.85 0.41 0.06 328.68 0.87 0.54
Hex F0 23 8E 0 55 29 6 149 57 36
Octal 360 43 216 0 125 51 6 511 127 66
Binary 11110000 100011 10001110 0 1010101 101001 110 101001001 1010111 110110

Color Harmonies of #F0238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0238E

Black with #F0238E

Text Example


Text Example

White with #F0238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0238E; }

 p { color: rgb(240,35,142); }

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

background-color css

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

 a { background-color: rgb(240,35,142); }

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

border-color css

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

 span { border-color: rgb(240,35,142); }

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