Html Css Color HEX #F35D8F French Rose

📋 copy color: '#F35D8F'

red 243 ◦ green 93 ◦ blue 143

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

Shades of French Rose #F35D8F

Tints of French Rose #F35D8F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.42%

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 50.73%
G = 19.42%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F35D8F (or 0xF35D8F) is known color: French Rose. HEX triplet: F3, 5D and 8F. RGB value is (243,93,143). Sum of RGB (Red+Green+Blue) = 243+93+143=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35D8F is #0CA270. Grayscale: #8F8F8F. Windows color (decimal): -828017 or 9395699. OLE color: 9395699.

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

Color convert

RGB 243 93 143 -
CMYK 0 0.62 0.41 0.05
HSL 340º 0.86% 0.66% -
HSV(B) 340º 0.62% 0.95% -
XYZ 45.83 28.87 29.14 -
YUV 143.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 243 93 143 0 0.62 0.41 0.05 340 0.86 0.66
Hex F3 5D 8F 0 3E 29 5 154 56 42
Octal 363 135 217 0 76 51 5 524 126 102
Binary 11110011 1011101 10001111 0 111110 101001 101 101010100 1010110 1000010

Color Harmonies of #F35D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35D8F

Black with #F35D8F

Text Example


Text Example

White with #F35D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35D8F; }

 p { color: rgb(243,93,143); }

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

background-color css

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

 a { background-color: rgb(243,93,143); }

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

border-color css

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

 span { border-color: rgb(243,93,143); }

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