Html Css Color HEX #F00385 Deep Pink

📋 copy color: '#F00385'

red 240 ◦ green 3 ◦ blue 133

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

Shades of Deep Pink #F00385

Tints of Deep Pink #F00385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 63.83%
G = 0.8%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00385 (or 0xF00385) is known color: Deep Pink. HEX triplet: F0, 03 and 85. RGB value is (240,3,133). Sum of RGB (Red+Green+Blue) = 240+3+133=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F00385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00385 is #0FFC7A. Grayscale: #585858. Windows color (decimal): -1047675 or 8717296. OLE color: 8717296.

HSL color Cylindrical-coordinate representation of color #F00385: hue angle of 327.09º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00385 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 3 133 -
CMYK 0 0.99 0.45 0.06
HSL 327.09º 0.98% 0.48% -
HSV(B) 327.09º 0.99% 0.94% -
XYZ 40.2 20.28 23.99 -
YUV 88.68 153.02 235.93 -
System Red Green Blue C M Y K H S L
Decimal 240 3 133 0 0.99 0.45 0.06 327.09 0.98 0.48
Hex F0 3 85 0 63 2D 6 147 62 30
Octal 360 3 205 0 143 55 6 507 142 60
Binary 11110000 11 10000101 0 1100011 101101 110 101000111 1100010 110000

Color Harmonies of #F00385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00385

Black with #F00385

Text Example


Text Example

White with #F00385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00385; }

 p { color: rgb(240,3,133); }

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

background-color css

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

 a { background-color: rgb(240,3,133); }

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

border-color css

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

 span { border-color: rgb(240,3,133); }

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