Html Css Color HEX #F30485 Deep Pink

📋 copy color: '#F30485'

red 243 ◦ green 4 ◦ blue 133

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

Shades of Deep Pink #F30485

Tints of Deep Pink #F30485

RGB

 RED value IS 243 (95.31% from 255) = 63.95%

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 63.95%
G = 1.05%
B = 35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F30485 (or 0xF30485) is known color: Deep Pink. HEX triplet: F3, 04 and 85. RGB value is (243,4,133). Sum of RGB (Red+Green+Blue) = 243+4+133=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F30485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30485 is #0CFB7A. Grayscale: #595959. Windows color (decimal): -850811 or 8717555. OLE color: 8717555.

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

Color convert

RGB 243 4 133 -
CMYK 0 0.98 0.45 0.05
HSL 327.62º 0.97% 0.48% -
HSV(B) 327.62º 0.98% 0.95% -
XYZ 41.24 20.83 24.04 -
YUV 90.17 152.18 237.01 -
System Red Green Blue C M Y K H S L
Decimal 243 4 133 0 0.98 0.45 0.05 327.62 0.97 0.48
Hex F3 4 85 0 62 2D 5 148 61 30
Octal 363 4 205 0 142 55 5 510 141 60
Binary 11110011 100 10000101 0 1100010 101101 101 101001000 1100001 110000

Color Harmonies of #F30485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30485

Black with #F30485

Text Example


Text Example

White with #F30485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30485; }

 p { color: rgb(243,4,133); }

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

background-color css

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

 a { background-color: rgb(243,4,133); }

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

border-color css

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

 span { border-color: rgb(243,4,133); }

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