Html Css Color HEX #F34C89 French Rose

📋 copy color: '#F34C89'

red 243 ◦ green 76 ◦ blue 137

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

Shades of French Rose #F34C89

Tints of French Rose #F34C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.04%

R = 53.29%
G = 16.67%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F34C89 (or 0xF34C89) is known color: French Rose. HEX triplet: F3, 4C and 89. RGB value is (243,76,137). Sum of RGB (Red+Green+Blue) = 243+76+137=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34C89 is #0CB376. Grayscale: #848484. Windows color (decimal): -832375 or 8998131. OLE color: 8998131.

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

Color convert

RGB 243 76 137 -
CMYK 0 0.69 0.44 0.05
HSL 338.08º 0.87% 0.63% -
HSV(B) 338.08º 0.69% 0.95% -
XYZ 44.06 26.03 26.37 -
YUV 132.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 243 76 137 0 0.69 0.44 0.05 338.08 0.87 0.63
Hex F3 4C 89 0 45 2C 5 152 57 3F
Octal 363 114 211 0 105 54 5 522 127 77
Binary 11110011 1001100 10001001 0 1000101 101100 101 101010010 1010111 111111

Color Harmonies of #F34C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C89

Black with #F34C89

Text Example


Text Example

White with #F34C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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