Html Css Color HEX #F30985 Deep Pink

📋 copy color: '#F30985'

red 243 ◦ green 9 ◦ blue 133

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

Shades of Deep Pink #F30985

Tints of Deep Pink #F30985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 63.12%
G = 2.34%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F30985 (or 0xF30985) is known color: Deep Pink. HEX triplet: F3, 09 and 85. RGB value is (243,9,133). Sum of RGB (Red+Green+Blue) = 243+9+133=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F30985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30985 is #0CF67A. Grayscale: #5C5C5C. Windows color (decimal): -849531 or 8718835. OLE color: 8718835.

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

Color convert

RGB 243 9 133 -
CMYK 0 0.96 0.45 0.05
HSL 328.21º 0.93% 0.49% -
HSV(B) 328.21º 0.96% 0.95% -
XYZ 41.29 20.94 24.06 -
YUV 93.1 150.52 234.92 -
System Red Green Blue C M Y K H S L
Decimal 243 9 133 0 0.96 0.45 0.05 328.21 0.93 0.49
Hex F3 9 85 0 60 2D 5 148 5D 31
Octal 363 11 205 0 140 55 5 510 135 61
Binary 11110011 1001 10000101 0 1100000 101101 101 101001000 1011101 110001

Color Harmonies of #F30985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30985

Black with #F30985

Text Example


Text Example

White with #F30985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30985; }

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

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

background-color css

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

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

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

border-color css

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

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

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