Html Css Color HEX #F34990 French Rose

📋 copy color: '#F34990'

red 243 ◦ green 73 ◦ blue 144

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

Shades of French Rose #F34990

Tints of French Rose #F34990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.3%

R = 52.83%
G = 15.87%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F34990 (or 0xF34990) is known color: French Rose. HEX triplet: F3, 49 and 90. RGB value is (243,73,144). Sum of RGB (Red+Green+Blue) = 243+73+144=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F34990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34990 is #0CB66F. Grayscale: #838383. Windows color (decimal): -833136 or 9456115. OLE color: 9456115.

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

Color convert

RGB 243 73 144 -
CMYK 0 0.70 0.41 0.05
HSL 334.94º 0.88% 0.62% -
HSV(B) 334.94º 0.7% 0.95% -
XYZ 44.38 25.83 29.03 -
YUV 131.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 243 73 144 0 0.70 0.41 0.05 334.94 0.88 0.62
Hex F3 49 90 0 46 29 5 14F 58 3E
Octal 363 111 220 0 106 51 5 517 130 76
Binary 11110011 1001001 10010000 0 1000110 101001 101 101001111 1011000 111110

Color Harmonies of #F34990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34990

Black with #F34990

Text Example


Text Example

White with #F34990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34990; }

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

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

background-color css

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

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

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

border-color css

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

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

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