Html Css Color HEX #F35A8E French Rose

📋 copy color: '#F35A8E'

red 243 ◦ green 90 ◦ blue 142

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

Shades of French Rose #F35A8E

Tints of French Rose #F35A8E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.95%

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 51.16%
G = 18.95%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F35A8E (or 0xF35A8E) is known color: French Rose. HEX triplet: F3, 5A and 8E. RGB value is (243,90,142). Sum of RGB (Red+Green+Blue) = 243+90+142=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A8E is #0CA571. Grayscale: #8D8D8D. Windows color (decimal): -828786 or 9329395. OLE color: 9329395.

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

Color convert

RGB 243 90 142 -
CMYK 0 0.63 0.42 0.05
HSL 339.61º 0.86% 0.65% -
HSV(B) 339.61º 0.63% 0.95% -
XYZ 45.5 28.32 28.66 -
YUV 141.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 243 90 142 0 0.63 0.42 0.05 339.61 0.86 0.65
Hex F3 5A 8E 0 3F 2A 5 154 56 41
Octal 363 132 216 0 77 52 5 524 126 101
Binary 11110011 1011010 10001110 0 111111 101010 101 101010100 1010110 1000001

Color Harmonies of #F35A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35A8E

Black with #F35A8E

Text Example


Text Example

White with #F35A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35A8E; }

 p { color: rgb(243,90,142); }

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

background-color css

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

 a { background-color: rgb(243,90,142); }

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

border-color css

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

 span { border-color: rgb(243,90,142); }

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