Html Css Color HEX #F90385 Deep Pink

📋 copy color: '#F90385'

red 249 ◦ green 3 ◦ blue 133

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

Shades of Deep Pink #F90385

Tints of Deep Pink #F90385

RGB

 RED value IS 249 (97.66% from 255) = 64.68%

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

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

R = 64.68%
G = 0.78%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F90385 (or 0xF90385) is known color: Deep Pink. HEX triplet: F9, 03 and 85. RGB value is (249,3,133). Sum of RGB (Red+Green+Blue) = 249+3+133=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F90385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90385 is #06FC7A. Grayscale: #5B5B5B. Windows color (decimal): -457851 or 8717305. OLE color: 8717305.

HSL color Cylindrical-coordinate representation of color #F90385: hue angle of 328.29º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90385 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 3 133 -
CMYK 0 0.99 0.47 0.02
HSL 328.29º 0.98% 0.49% -
HSV(B) 328.29º 0.99% 0.98% -
XYZ 43.33 21.9 24.13 -
YUV 91.37 151.5 240.43 -
System Red Green Blue C M Y K H S L
Decimal 249 3 133 0 0.99 0.47 0.02 328.29 0.98 0.49
Hex F9 3 85 0 63 2F 2 148 62 31
Octal 371 3 205 0 143 57 2 510 142 61
Binary 11111001 11 10000101 0 1100011 101111 10 101001000 1100010 110001

Color Harmonies of #F90385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90385

Black with #F90385

Text Example


Text Example

White with #F90385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90385; }

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

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

background-color css

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

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

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

border-color css

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

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

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