Html Css Color HEX #F3508F French Rose

📋 copy color: '#F3508F'

red 243 ◦ green 80 ◦ blue 143

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

Shades of French Rose #F3508F

Tints of French Rose #F3508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 52.15%
G = 17.17%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F3508F (or 0xF3508F) is known color: French Rose. HEX triplet: F3, 50 and 8F. RGB value is (243,80,143). Sum of RGB (Red+Green+Blue) = 243+80+143=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3508F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3508F is #0CAF70. Grayscale: #878787. Windows color (decimal): -831345 or 9392371. OLE color: 9392371.

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

Color convert

RGB 243 80 143 -
CMYK 0 0.67 0.41 0.05
HSL 336.81º 0.87% 0.63% -
HSV(B) 336.81º 0.67% 0.95% -
XYZ 44.79 26.78 28.79 -
YUV 135.92 132 204.38 -
System Red Green Blue C M Y K H S L
Decimal 243 80 143 0 0.67 0.41 0.05 336.81 0.87 0.63
Hex F3 50 8F 0 43 29 5 151 57 3F
Octal 363 120 217 0 103 51 5 521 127 77
Binary 11110011 1010000 10001111 0 1000011 101001 101 101010001 1010111 111111

Color Harmonies of #F3508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3508F

Black with #F3508F

Text Example


Text Example

White with #F3508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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