Html Css Color HEX #F8538F French Rose

📋 copy color: '#F8538F'

red 248 ◦ green 83 ◦ blue 143

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

Shades of French Rose #F8538F

Tints of French Rose #F8538F

RGB

 RED value IS 248 (97.27% from 255) = 52.32%

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

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

R = 52.32%
G = 17.51%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8538F (or 0xF8538F) is known color: French Rose. HEX triplet: F8, 53 and 8F. RGB value is (248,83,143). Sum of RGB (Red+Green+Blue) = 248+83+143=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8538F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8538F is #07AC70. Grayscale: #8B8B8B. Windows color (decimal): -502897 or 9393144. OLE color: 9393144.

HSL color Cylindrical-coordinate representation of color #F8538F: hue angle of 338.18º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8538F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 83 143 -
CMYK 0 0.67 0.42 0.03
HSL 338.18º 0.92% 0.65% -
HSV(B) 338.18º 0.67% 0.97% -
XYZ 46.76 28.13 28.95 -
YUV 139.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 248 83 143 0 0.67 0.42 0.03 338.18 0.92 0.65
Hex F8 53 8F 0 43 2A 3 152 5C 41
Octal 370 123 217 0 103 52 3 522 134 101
Binary 11111000 1010011 10001111 0 1000011 101010 11 101010010 1011100 1000001

Color Harmonies of #F8538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8538F

Black with #F8538F

Text Example


Text Example

White with #F8538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8538F; }

 p { color: rgb(248,83,143); }

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

background-color css

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

 a { background-color: rgb(248,83,143); }

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

border-color css

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

 span { border-color: rgb(248,83,143); }

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