Html Css Color HEX #F3508D French Rose

📋 copy color: '#F3508D'

red 243 ◦ green 80 ◦ blue 141

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

Shades of French Rose #F3508D

Tints of French Rose #F3508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.24%

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

R = 52.37%
G = 17.24%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F3508D (or 0xF3508D) is known color: French Rose. HEX triplet: F3, 50 and 8D. RGB value is (243,80,141). Sum of RGB (Red+Green+Blue) = 243+80+141=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F3508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3508D is #0CAF72. Grayscale: #878787. Windows color (decimal): -831347 or 9261299. OLE color: 9261299.

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

Color convert

RGB 243 80 141 -
CMYK 0 0.67 0.42 0.05
HSL 337.55º 0.87% 0.63% -
HSV(B) 337.55º 0.67% 0.95% -
XYZ 44.64 26.72 28 -
YUV 135.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 243 80 141 0 0.67 0.42 0.05 337.55 0.87 0.63
Hex F3 50 8D 0 43 2A 5 152 57 3F
Octal 363 120 215 0 103 52 5 522 127 77
Binary 11110011 1010000 10001101 0 1000011 101010 101 101010010 1010111 111111

Color Harmonies of #F3508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3508D

Black with #F3508D

Text Example


Text Example

White with #F3508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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