Html Css Color HEX #F34996 French Rose

📋 copy color: '#F34996'

red 243 ◦ green 73 ◦ blue 150

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

Shades of French Rose #F34996

Tints of French Rose #F34996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.67%

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 52.15%
G = 15.67%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F34996 (or 0xF34996) is known color: French Rose. HEX triplet: F3, 49 and 96. RGB value is (243,73,150). Sum of RGB (Red+Green+Blue) = 243+73+150=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F34996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34996 is #0CB669. Grayscale: #848484. Windows color (decimal): -833130 or 9849331. OLE color: 9849331.

HSL color Cylindrical-coordinate representation of color #F34996: hue angle of 332.82º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34996 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 73 150 -
CMYK 0 0.70 0.38 0.05
HSL 332.82º 0.88% 0.62% -
HSV(B) 332.82º 0.7% 0.95% -
XYZ 44.85 26.02 31.51 -
YUV 132.61 137.82 206.74 -
System Red Green Blue C M Y K H S L
Decimal 243 73 150 0 0.70 0.38 0.05 332.82 0.88 0.62
Hex F3 49 96 0 46 26 5 14D 58 3E
Octal 363 111 226 0 106 46 5 515 130 76
Binary 11110011 1001001 10010110 0 1000110 100110 101 101001101 1011000 111110

Color Harmonies of #F34996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34996

Black with #F34996

Text Example


Text Example

White with #F34996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34996; }

 p { color: rgb(243,73,150); }

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

background-color css

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

 a { background-color: rgb(243,73,150); }

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

border-color css

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

 span { border-color: rgb(243,73,150); }

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