Html Css Color HEX #F3097B Deep Pink

📋 copy color: '#F3097B'

red 243 ◦ green 9 ◦ blue 123

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

Shades of Deep Pink #F3097B

Tints of Deep Pink #F3097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 64.8%
G = 2.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F3097B (or 0xF3097B) is known color: Deep Pink. HEX triplet: F3, 09 and 7B. RGB value is (243,9,123). Sum of RGB (Red+Green+Blue) = 243+9+123=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F3097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3097B is #0CF684. Grayscale: #5B5B5B. Windows color (decimal): -849541 or 8063475. OLE color: 8063475.

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

Color convert

RGB 243 9 123 -
CMYK 0 0.96 0.49 0.05
HSL 330.77º 0.93% 0.49% -
HSV(B) 330.77º 0.96% 0.95% -
XYZ 40.63 20.68 20.59 -
YUV 91.96 145.52 235.73 -
System Red Green Blue C M Y K H S L
Decimal 243 9 123 0 0.96 0.49 0.05 330.77 0.93 0.49
Hex F3 9 7B 0 60 31 5 14B 5D 31
Octal 363 11 173 0 140 61 5 513 135 61
Binary 11110011 1001 1111011 0 1100000 110001 101 101001011 1011101 110001

Color Harmonies of #F3097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3097B

Black with #F3097B

Text Example


Text Example

White with #F3097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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