Html Css Color HEX #F12385 Deep Pink

📋 copy color: '#F12385'

red 241 ◦ green 35 ◦ blue 133

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

Shades of Deep Pink #F12385

Tints of Deep Pink #F12385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.56%

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

R = 58.92%
G = 8.56%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F12385 (or 0xF12385) is known color: Deep Pink. HEX triplet: F1, 23 and 85. RGB value is (241,35,133). Sum of RGB (Red+Green+Blue) = 241+35+133=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F12385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12385 is #0EDC7A. Grayscale: #6B6B6B. Windows color (decimal): -973947 or 8725489. OLE color: 8725489.

HSL color Cylindrical-coordinate representation of color #F12385: hue angle of 331.46º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12385 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 35 133 -
CMYK 0 0.85 0.45 0.05
HSL 331.46º 0.88% 0.54% -
HSV(B) 331.46º 0.85% 0.95% -
XYZ 41.11 21.6 24.19 -
YUV 107.77 142.25 223.03 -
System Red Green Blue C M Y K H S L
Decimal 241 35 133 0 0.85 0.45 0.05 331.46 0.88 0.54
Hex F1 23 85 0 55 2D 5 14B 58 36
Octal 361 43 205 0 125 55 5 513 130 66
Binary 11110001 100011 10000101 0 1010101 101101 101 101001011 1011000 110110

Color Harmonies of #F12385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12385

Black with #F12385

Text Example


Text Example

White with #F12385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12385; }

 p { color: rgb(241,35,133); }

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

background-color css

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

 a { background-color: rgb(241,35,133); }

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

border-color css

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

 span { border-color: rgb(241,35,133); }

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