Html Css Color HEX #F34994 French Rose

📋 copy color: '#F34994'

red 243 ◦ green 73 ◦ blue 148

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

Shades of French Rose #F34994

Tints of French Rose #F34994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.9%

R = 52.37%
G = 15.73%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F34994 (or 0xF34994) is known color: French Rose. HEX triplet: F3, 49 and 94. RGB value is (243,73,148). Sum of RGB (Red+Green+Blue) = 243+73+148=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F34994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34994 is #0CB66B. Grayscale: #848484. Windows color (decimal): -833132 or 9718259. OLE color: 9718259.

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

Color convert

RGB 243 73 148 -
CMYK 0 0.70 0.39 0.05
HSL 333.53º 0.88% 0.62% -
HSV(B) 333.53º 0.7% 0.95% -
XYZ 44.69 25.96 30.67 -
YUV 132.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 243 73 148 0 0.70 0.39 0.05 333.53 0.88 0.62
Hex F3 49 94 0 46 27 5 14E 58 3E
Octal 363 111 224 0 106 47 5 516 130 76
Binary 11110011 1001001 10010100 0 1000110 100111 101 101001110 1011000 111110

Color Harmonies of #F34994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34994

Black with #F34994

Text Example


Text Example

White with #F34994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34994; }

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

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

background-color css

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

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

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

border-color css

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

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

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