Html Css Color HEX #F9038A Deep Pink

📋 copy color: '#F9038A'

red 249 ◦ green 3 ◦ blue 138

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

Shades of Deep Pink #F9038A

Tints of Deep Pink #F9038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 63.85%
G = 0.77%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9038A (or 0xF9038A) is known color: Deep Pink. HEX triplet: F9, 03 and 8A. RGB value is (249,3,138). Sum of RGB (Red+Green+Blue) = 249+3+138=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9038A is #06FC75. Grayscale: #5B5B5B. Windows color (decimal): -457846 or 9044985. OLE color: 9044985.

HSL color Cylindrical-coordinate representation of color #F9038A: hue angle of 327.07º 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 #F9038A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 3 138 -
CMYK 0 0.99 0.45 0.02
HSL 327.07º 0.98% 0.49% -
HSV(B) 327.07º 0.99% 0.98% -
XYZ 43.69 22.04 26 -
YUV 91.94 154 240.02 -
System Red Green Blue C M Y K H S L
Decimal 249 3 138 0 0.99 0.45 0.02 327.07 0.98 0.49
Hex F9 3 8A 0 63 2D 2 147 62 31
Octal 371 3 212 0 143 55 2 507 142 61
Binary 11111001 11 10001010 0 1100011 101101 10 101000111 1100010 110001

Color Harmonies of #F9038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9038A

Black with #F9038A

Text Example


Text Example

White with #F9038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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