Html Css Color HEX #F3097F Deep Pink

📋 copy color: '#F3097F'

red 243 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #F3097F

Tints of Deep Pink #F3097F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.51%

R = 64.12%
G = 2.37%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F3097F (or 0xF3097F) is known color: Deep Pink. HEX triplet: F3, 09 and 7F. RGB value is (243,9,127). Sum of RGB (Red+Green+Blue) = 243+9+127=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F3097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3097F is #0CF680. Grayscale: #5C5C5C. Windows color (decimal): -849537 or 8325619. OLE color: 8325619.

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

Color convert

RGB 243 9 127 -
CMYK 0 0.96 0.48 0.05
HSL 329.74º 0.93% 0.49% -
HSV(B) 329.74º 0.96% 0.95% -
XYZ 40.89 20.78 21.93 -
YUV 92.42 147.52 235.41 -
System Red Green Blue C M Y K H S L
Decimal 243 9 127 0 0.96 0.48 0.05 329.74 0.93 0.49
Hex F3 9 7F 0 60 30 5 14A 5D 31
Octal 363 11 177 0 140 60 5 512 135 61
Binary 11110011 1001 1111111 0 1100000 110000 101 101001010 1011101 110001

Color Harmonies of #F3097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3097F

Black with #F3097F

Text Example


Text Example

White with #F3097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3097F; }

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

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

background-color css

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

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

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

border-color css

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

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

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