Html Css Color HEX #F3508C French Rose

📋 copy color: '#F3508C'

red 243 ◦ green 80 ◦ blue 140

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

Shades of French Rose #F3508C

Tints of French Rose #F3508C

RGB

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

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

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

R = 52.48%
G = 17.28%
B = 30.24%

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

#F3508C (or 0xF3508C) is known color: French Rose. HEX triplet: F3, 50 and 8C. RGB value is (243,80,140). Sum of RGB (Red+Green+Blue) = 243+80+140=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F3508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3508C is #0CAF73. Grayscale: #878787. Windows color (decimal): -831348 or 9195763. OLE color: 9195763.

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

Color convert

RGB 243 80 140 -
CMYK 0 0.67 0.42 0.05
HSL 337.91º 0.87% 0.63% -
HSV(B) 337.91º 0.67% 0.95% -
XYZ 44.56 26.69 27.61 -
YUV 135.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 243 80 140 0 0.67 0.42 0.05 337.91 0.87 0.63
Hex F3 50 8C 0 43 2A 5 152 57 3F
Octal 363 120 214 0 103 52 5 522 127 77
Binary 11110011 1010000 10001100 0 1000011 101010 101 101010010 1010111 111111

Color Harmonies of #F3508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3508C

Black with #F3508C

Text Example


Text Example

White with #F3508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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