Html Css Color HEX #F34D87 French Rose

📋 copy color: '#F34D87'

red 243 ◦ green 77 ◦ blue 135

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

Shades of French Rose #F34D87

Tints of French Rose #F34D87

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.92%

 BLUE value IS 135 (53.13% from 255) = 29.67%

R = 53.41%
G = 16.92%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F34D87 (or 0xF34D87) is known color: French Rose. HEX triplet: F3, 4D and 87. RGB value is (243,77,135). Sum of RGB (Red+Green+Blue) = 243+77+135=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F34D87 is #0CB278. Grayscale: #858585. Windows color (decimal): -832121 or 8867315. OLE color: 8867315.

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

Color convert

RGB 243 77 135 -
CMYK 0 0.68 0.44 0.05
HSL 339.04º 0.87% 0.63% -
HSV(B) 339.04º 0.68% 0.95% -
XYZ 43.99 26.11 25.64 -
YUV 133.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 243 77 135 0 0.68 0.44 0.05 339.04 0.87 0.63
Hex F3 4D 87 0 44 2C 5 153 57 3F
Octal 363 115 207 0 104 54 5 523 127 77
Binary 11110011 1001101 10000111 0 1000100 101100 101 101010011 1010111 111111

Color Harmonies of #F34D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34D87

Black with #F34D87

Text Example


Text Example

White with #F34D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34D87; }

 p { color: rgb(243,77,135); }

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

background-color css

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

 a { background-color: rgb(243,77,135); }

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

border-color css

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

 span { border-color: rgb(243,77,135); }

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