Html Css Color HEX #F3538C French Rose

📋 copy color: '#F3538C'

red 243 ◦ green 83 ◦ blue 140

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

Shades of French Rose #F3538C

Tints of French Rose #F3538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.81%

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

R = 52.15%
G = 17.81%
B = 30.04%

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

#F3538C (or 0xF3538C) is known color: French Rose. HEX triplet: F3, 53 and 8C. RGB value is (243,83,140). Sum of RGB (Red+Green+Blue) = 243+83+140=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3538C is #0CAC73. Grayscale: #898989. Windows color (decimal): -830580 or 9196531. OLE color: 9196531.

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

Color convert

RGB 243 83 140 -
CMYK 0 0.66 0.42 0.05
HSL 338.63º 0.87% 0.64% -
HSV(B) 338.63º 0.66% 0.95% -
XYZ 44.79 27.13 27.69 -
YUV 137.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 243 83 140 0 0.66 0.42 0.05 338.63 0.87 0.64
Hex F3 53 8C 0 42 2A 5 153 57 40
Octal 363 123 214 0 102 52 5 523 127 100
Binary 11110011 1010011 10001100 0 1000010 101010 101 101010011 1010111 1000000

Color Harmonies of #F3538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3538C

Black with #F3538C

Text Example


Text Example

White with #F3538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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