Html Css Color HEX #F35A8C French Rose

📋 copy color: '#F35A8C'

red 243 ◦ green 90 ◦ blue 140

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

Shades of French Rose #F35A8C

Tints of French Rose #F35A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 51.37%
G = 19.03%
B = 29.6%

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

#F35A8C (or 0xF35A8C) is known color: French Rose. HEX triplet: F3, 5A and 8C. RGB value is (243,90,140). Sum of RGB (Red+Green+Blue) = 243+90+140=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35A8C is #0CA573. Grayscale: #8D8D8D. Windows color (decimal): -828788 or 9198323. OLE color: 9198323.

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

Color convert

RGB 243 90 140 -
CMYK 0 0.63 0.42 0.05
HSL 340.39º 0.86% 0.65% -
HSV(B) 340.39º 0.63% 0.95% -
XYZ 45.35 28.26 27.88 -
YUV 141.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 243 90 140 0 0.63 0.42 0.05 340.39 0.86 0.65
Hex F3 5A 8C 0 3F 2A 5 154 56 41
Octal 363 132 214 0 77 52 5 524 126 101
Binary 11110011 1011010 10001100 0 111111 101010 101 101010100 1010110 1000001

Color Harmonies of #F35A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35A8C

Black with #F35A8C

Text Example


Text Example

White with #F35A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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