Html Css Color HEX #F1038B Deep Pink

📋 copy color: '#F1038B'

red 241 ◦ green 3 ◦ blue 139

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

Shades of Deep Pink #F1038B

Tints of Deep Pink #F1038B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 62.92%
G = 0.78%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1038B (or 0xF1038B) is known color: Deep Pink. HEX triplet: F1, 03 and 8B. RGB value is (241,3,139). Sum of RGB (Red+Green+Blue) = 241+3+139=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F1038B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1038B is #0EFC74. Grayscale: #595959. Windows color (decimal): -982133 or 9110513. OLE color: 9110513.

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

Color convert

RGB 241 3 139 -
CMYK 0 0.99 0.42 0.05
HSL 325.71º 0.98% 0.48% -
HSV(B) 325.71º 0.99% 0.95% -
XYZ 40.97 20.63 26.25 -
YUV 89.67 155.85 235.94 -
System Red Green Blue C M Y K H S L
Decimal 241 3 139 0 0.99 0.42 0.05 325.71 0.98 0.48
Hex F1 3 8B 0 63 2A 5 146 62 30
Octal 361 3 213 0 143 52 5 506 142 60
Binary 11110001 11 10001011 0 1100011 101010 101 101000110 1100010 110000

Color Harmonies of #F1038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1038B

Black with #F1038B

Text Example


Text Example

White with #F1038B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1038B; }

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

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

background-color css

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

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

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

border-color css

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

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

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