Html Css Color HEX #F3528D French Rose

📋 copy color: '#F3528D'

red 243 ◦ green 82 ◦ blue 141

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

Shades of French Rose #F3528D

Tints of French Rose #F3528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.6%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 52.15%
G = 17.6%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F3528D (or 0xF3528D) is known color: French Rose. HEX triplet: F3, 52 and 8D. RGB value is (243,82,141). Sum of RGB (Red+Green+Blue) = 243+82+141=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3528D is #0CAD72. Grayscale: #888888. Windows color (decimal): -830835 or 9261811. OLE color: 9261811.

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

Color convert

RGB 243 82 141 -
CMYK 0 0.66 0.42 0.05
HSL 338.01º 0.87% 0.64% -
HSV(B) 338.01º 0.66% 0.95% -
XYZ 44.79 27.01 28.05 -
YUV 136.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 243 82 141 0 0.66 0.42 0.05 338.01 0.87 0.64
Hex F3 52 8D 0 42 2A 5 152 57 40
Octal 363 122 215 0 102 52 5 522 127 100
Binary 11110011 1010010 10001101 0 1000010 101010 101 101010010 1010111 1000000

Color Harmonies of #F3528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3528D

Black with #F3528D

Text Example


Text Example

White with #F3528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3528D; }

 p { color: rgb(243,82,141); }

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

background-color css

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

 a { background-color: rgb(243,82,141); }

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

border-color css

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

 span { border-color: rgb(243,82,141); }

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