Html Css Color HEX #FA528E French Rose

📋 copy color: '#FA528E'

red 250 ◦ green 82 ◦ blue 142

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

Shades of French Rose #FA528E

Tints of French Rose #FA528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.96%

R = 52.74%
G = 17.3%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA528E (or 0xFA528E) is known color: French Rose. HEX triplet: FA, 52 and 8E. RGB value is (250,82,142). Sum of RGB (Red+Green+Blue) = 250+82+142=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA528E is #05AD71. Grayscale: #8B8B8B. Windows color (decimal): -372082 or 9327354. OLE color: 9327354.

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

Color convert

RGB 250 82 142 -
CMYK 0 0.67 0.43 0.02
HSL 338.57º 0.94% 0.65% -
HSV(B) 338.57º 0.67% 0.98% -
XYZ 47.32 28.31 28.56 -
YUV 139.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 250 82 142 0 0.67 0.43 0.02 338.57 0.94 0.65
Hex FA 52 8E 0 43 2B 2 153 5E 41
Octal 372 122 216 0 103 53 2 523 136 101
Binary 11111010 1010010 10001110 0 1000011 101011 10 101010011 1011110 1000001

Color Harmonies of #FA528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA528E

Black with #FA528E

Text Example


Text Example

White with #FA528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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