Html Css Color HEX #F8538A French Rose

📋 copy color: '#F8538A'

red 248 ◦ green 83 ◦ blue 138

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

Shades of French Rose #F8538A

Tints of French Rose #F8538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 52.88%
G = 17.7%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8538A (or 0xF8538A) is known color: French Rose. HEX triplet: F8, 53 and 8A. RGB value is (248,83,138). Sum of RGB (Red+Green+Blue) = 248+83+138=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8538A is #07AC75. Grayscale: #8A8A8A. Windows color (decimal): -502902 or 9065464. OLE color: 9065464.

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

Color convert

RGB 248 83 138 -
CMYK 0 0.67 0.44 0.03
HSL 340º 0.92% 0.65% -
HSV(B) 340º 0.67% 0.97% -
XYZ 46.39 27.98 27 -
YUV 138.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 248 83 138 0 0.67 0.44 0.03 340 0.92 0.65
Hex F8 53 8A 0 43 2C 3 154 5C 41
Octal 370 123 212 0 103 54 3 524 134 101
Binary 11111000 1010011 10001010 0 1000011 101100 11 101010100 1011100 1000001

Color Harmonies of #F8538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8538A

Black with #F8538A

Text Example


Text Example

White with #F8538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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