Html Css Color HEX #F1038A Deep Pink

📋 copy color: '#F1038A'

red 241 ◦ green 3 ◦ blue 138

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

Shades of Deep Pink #F1038A

Tints of Deep Pink #F1038A

RGB

 RED value IS 241 (94.53% from 255) = 63.09%

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

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

R = 63.09%
G = 0.79%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1038A (or 0xF1038A) is known color: Deep Pink. HEX triplet: F1, 03 and 8A. RGB value is (241,3,138). Sum of RGB (Red+Green+Blue) = 241+3+138=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F1038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1038A is #0EFC75. Grayscale: #595959. Windows color (decimal): -982134 or 9044977. OLE color: 9044977.

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

Color convert

RGB 241 3 138 -
CMYK 0 0.99 0.43 0.05
HSL 325.97º 0.98% 0.48% -
HSV(B) 325.97º 0.99% 0.95% -
XYZ 40.9 20.6 25.87 -
YUV 89.55 155.35 236.02 -
System Red Green Blue C M Y K H S L
Decimal 241 3 138 0 0.99 0.43 0.05 325.97 0.98 0.48
Hex F1 3 8A 0 63 2B 5 146 62 30
Octal 361 3 212 0 143 53 5 506 142 60
Binary 11110001 11 10001010 0 1100011 101011 101 101000110 1100010 110000

Color Harmonies of #F1038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1038A

Black with #F1038A

Text Example


Text Example

White with #F1038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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