Html Css Color HEX #F8538B French Rose

📋 copy color: '#F8538B'

red 248 ◦ green 83 ◦ blue 139

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

Shades of French Rose #F8538B

Tints of French Rose #F8538B

RGB

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

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

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

R = 52.77%
G = 17.66%
B = 29.57%

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

#F8538B (or 0xF8538B) is known color: French Rose. HEX triplet: F8, 53 and 8B. RGB value is (248,83,139). Sum of RGB (Red+Green+Blue) = 248+83+139=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8538B is #07AC74. Grayscale: #8A8A8A. Windows color (decimal): -502901 or 9131000. OLE color: 9131000.

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

Color convert

RGB 248 83 139 -
CMYK 0 0.67 0.44 0.03
HSL 339.64º 0.92% 0.65% -
HSV(B) 339.64º 0.67% 0.97% -
XYZ 46.46 28.01 27.38 -
YUV 138.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 248 83 139 0 0.67 0.44 0.03 339.64 0.92 0.65
Hex F8 53 8B 0 43 2C 3 154 5C 41
Octal 370 123 213 0 103 54 3 524 134 101
Binary 11111000 1010011 10001011 0 1000011 101100 11 101010100 1011100 1000001

Color Harmonies of #F8538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8538B

Black with #F8538B

Text Example


Text Example

White with #F8538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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