Html Css Color HEX #F34C92 French Rose

📋 copy color: '#F34C92'

red 243 ◦ green 76 ◦ blue 146

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

Shades of French Rose #F34C92

Tints of French Rose #F34C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.34%

 BLUE value IS 146 (57.42% from 255) = 31.4%

R = 52.26%
G = 16.34%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F34C92 (or 0xF34C92) is known color: French Rose. HEX triplet: F3, 4C and 92. RGB value is (243,76,146). Sum of RGB (Red+Green+Blue) = 243+76+146=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34C92 is #0CB36D. Grayscale: #858585. Windows color (decimal): -832366 or 9587955. OLE color: 9587955.

HSL color Cylindrical-coordinate representation of color #F34C92: hue angle of 334.85º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34C92 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 76 146 -
CMYK 0 0.69 0.40 0.05
HSL 334.85º 0.87% 0.63% -
HSV(B) 334.85º 0.69% 0.95% -
XYZ 44.73 26.3 29.91 -
YUV 133.91 134.83 205.81 -
System Red Green Blue C M Y K H S L
Decimal 243 76 146 0 0.69 0.40 0.05 334.85 0.87 0.63
Hex F3 4C 92 0 45 28 5 14F 57 3F
Octal 363 114 222 0 105 50 5 517 127 77
Binary 11110011 1001100 10010010 0 1000101 101000 101 101001111 1010111 111111

Color Harmonies of #F34C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C92

Black with #F34C92

Text Example


Text Example

White with #F34C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C92; }

 p { color: rgb(243,76,146); }

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

background-color css

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

 a { background-color: rgb(243,76,146); }

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

border-color css

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

 span { border-color: rgb(243,76,146); }

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