Html Css Color HEX #F3508B French Rose

📋 copy color: '#F3508B'

red 243 ◦ green 80 ◦ blue 139

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

Shades of French Rose #F3508B

Tints of French Rose #F3508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 52.6%
G = 17.32%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F3508B (or 0xF3508B) is known color: French Rose. HEX triplet: F3, 50 and 8B. RGB value is (243,80,139). Sum of RGB (Red+Green+Blue) = 243+80+139=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F3508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F3508B is #0CAF74. Grayscale: #878787. Windows color (decimal): -831349 or 9130227. OLE color: 9130227.

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

Color convert

RGB 243 80 139 -
CMYK 0 0.67 0.43 0.05
HSL 338.28º 0.87% 0.63% -
HSV(B) 338.28º 0.67% 0.95% -
XYZ 44.49 26.66 27.23 -
YUV 135.46 130 204.7 -
System Red Green Blue C M Y K H S L
Decimal 243 80 139 0 0.67 0.43 0.05 338.28 0.87 0.63
Hex F3 50 8B 0 43 2B 5 152 57 3F
Octal 363 120 213 0 103 53 5 522 127 77
Binary 11110011 1010000 10001011 0 1000011 101011 101 101010010 1010111 111111

Color Harmonies of #F3508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3508B

Black with #F3508B

Text Example


Text Example

White with #F3508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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