Html Css Color HEX #F34997 French Rose

📋 copy color: '#F34997'

red 243 ◦ green 73 ◦ blue 151

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

Shades of French Rose #F34997

Tints of French Rose #F34997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.33%

R = 52.03%
G = 15.63%
B = 32.33%

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

#F34997 (or 0xF34997) is known color: French Rose. HEX triplet: F3, 49 and 97. RGB value is (243,73,151). Sum of RGB (Red+Green+Blue) = 243+73+151=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F34997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34997 is #0CB668. Grayscale: #848484. Windows color (decimal): -833129 or 9914867. OLE color: 9914867.

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

Color convert

RGB 243 73 151 -
CMYK 0 0.70 0.38 0.05
HSL 332.47º 0.88% 0.62% -
HSV(B) 332.47º 0.7% 0.95% -
XYZ 44.93 26.05 31.94 -
YUV 132.72 138.32 206.66 -
System Red Green Blue C M Y K H S L
Decimal 243 73 151 0 0.70 0.38 0.05 332.47 0.88 0.62
Hex F3 49 97 0 46 26 5 14C 58 3E
Octal 363 111 227 0 106 46 5 514 130 76
Binary 11110011 1001001 10010111 0 1000110 100110 101 101001100 1011000 111110

Color Harmonies of #F34997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34997

Black with #F34997

Text Example


Text Example

White with #F34997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34997; }

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

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

background-color css

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

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

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

border-color css

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

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

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