Html Css Color HEX #F8038F Deep Pink

📋 copy color: '#F8038F'

red 248 ◦ green 3 ◦ blue 143

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

Shades of Deep Pink #F8038F

Tints of Deep Pink #F8038F

RGB

 RED value IS 248 (97.27% from 255) = 62.94%

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 62.94%
G = 0.76%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8038F (or 0xF8038F) is known color: Deep Pink. HEX triplet: F8, 03 and 8F. RGB value is (248,3,143). Sum of RGB (Red+Green+Blue) = 248+3+143=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8038F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8038F is #07FC70. Grayscale: #5B5B5B. Windows color (decimal): -523377 or 9372664. OLE color: 9372664.

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

Color convert

RGB 248 3 143 -
CMYK 0 0.99 0.42 0.03
HSL 325.71º 0.98% 0.49% -
HSV(B) 325.71º 0.99% 0.97% -
XYZ 43.7 22 27.93 -
YUV 92.22 156.67 239.12 -
System Red Green Blue C M Y K H S L
Decimal 248 3 143 0 0.99 0.42 0.03 325.71 0.98 0.49
Hex F8 3 8F 0 63 2A 3 146 62 31
Octal 370 3 217 0 143 52 3 506 142 61
Binary 11111000 11 10001111 0 1100011 101010 11 101000110 1100010 110001

Color Harmonies of #F8038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8038F

Black with #F8038F

Text Example


Text Example

White with #F8038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8038F; }

 p { color: rgb(248,3,143); }

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

background-color css

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

 a { background-color: rgb(248,3,143); }

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

border-color css

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

 span { border-color: rgb(248,3,143); }

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