Html Css Color HEX #F34C80 French Rose

📋 copy color: '#F34C80'

red 243 ◦ green 76 ◦ blue 128

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

Shades of French Rose #F34C80

Tints of French Rose #F34C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.64%

R = 54.36%
G = 17%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F34C80 (or 0xF34C80) is known color: French Rose. HEX triplet: F3, 4C and 80. RGB value is (243,76,128). Sum of RGB (Red+Green+Blue) = 243+76+128=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F34C80 is #0CB37F. Grayscale: #838383. Windows color (decimal): -832384 or 8408307. OLE color: 8408307.

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

Color convert

RGB 243 76 128 -
CMYK 0 0.69 0.47 0.05
HSL 341.32º 0.87% 0.63% -
HSV(B) 341.32º 0.69% 0.95% -
XYZ 43.44 25.78 23.11 -
YUV 131.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 243 76 128 0 0.69 0.47 0.05 341.32 0.87 0.63
Hex F3 4C 80 0 45 2F 5 155 57 3F
Octal 363 114 200 0 105 57 5 525 127 77
Binary 11110011 1001100 10000000 0 1000101 101111 101 101010101 1010111 111111

Color Harmonies of #F34C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34C80

Black with #F34C80

Text Example


Text Example

White with #F34C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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