Html Css Color HEX #FA5288 French Rose

📋 copy color: '#FA5288'

red 250 ◦ green 82 ◦ blue 136

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

Shades of French Rose #FA5288

Tints of French Rose #FA5288

RGB

 RED value IS 250 (98.05% from 255) = 53.42%

 GREEN value IS 82 (32.42% from 255) = 17.52%

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 53.42%
G = 17.52%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA5288 (or 0xFA5288) is known color: French Rose. HEX triplet: FA, 52 and 88. RGB value is (250,82,136). Sum of RGB (Red+Green+Blue) = 250+82+136=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5288 is #05AD77. Grayscale: #8A8A8A. Windows color (decimal): -372088 or 8934138. OLE color: 8934138.

HSL color Cylindrical-coordinate representation of color #FA5288: hue angle of 340.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA5288 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 82 136 -
CMYK 0 0.67 0.46 0.02
HSL 340.71º 0.94% 0.65% -
HSV(B) 340.71º 0.67% 0.98% -
XYZ 46.89 28.14 26.25 -
YUV 138.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 250 82 136 0 0.67 0.46 0.02 340.71 0.94 0.65
Hex FA 52 88 0 43 2E 2 155 5E 41
Octal 372 122 210 0 103 56 2 525 136 101
Binary 11111010 1010010 10001000 0 1000011 101110 10 101010101 1011110 1000001

Color Harmonies of #FA5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5288

Black with #FA5288

Text Example


Text Example

White with #FA5288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5288; }

 p { color: rgb(250,82,136); }

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

background-color css

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

 a { background-color: rgb(250,82,136); }

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

border-color css

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

 span { border-color: rgb(250,82,136); }

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