Html Css Color HEX #F3528C French Rose

📋 copy color: '#F3528C'

red 243 ◦ green 82 ◦ blue 140

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

Shades of French Rose #F3528C

Tints of French Rose #F3528C

RGB

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

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

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

R = 52.26%
G = 17.63%
B = 30.11%

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

#F3528C (or 0xF3528C) is known color: French Rose. HEX triplet: F3, 52 and 8C. RGB value is (243,82,140). Sum of RGB (Red+Green+Blue) = 243+82+140=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F3528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3528C is #0CAD73. Grayscale: #888888. Windows color (decimal): -830836 or 9196275. OLE color: 9196275.

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

Color convert

RGB 243 82 140 -
CMYK 0 0.66 0.42 0.05
HSL 338.39º 0.87% 0.64% -
HSV(B) 338.39º 0.66% 0.95% -
XYZ 44.71 26.98 27.66 -
YUV 136.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 243 82 140 0 0.66 0.42 0.05 338.39 0.87 0.64
Hex F3 52 8C 0 42 2A 5 152 57 40
Octal 363 122 214 0 102 52 5 522 127 100
Binary 11110011 1010010 10001100 0 1000010 101010 101 101010010 1010111 1000000

Color Harmonies of #F3528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3528C

Black with #F3528C

Text Example


Text Example

White with #F3528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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