Html Css Color HEX #FA528F French Rose

📋 copy color: '#FA528F'

red 250 ◦ green 82 ◦ blue 143

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

Shades of French Rose #FA528F

Tints of French Rose #FA528F

RGB

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

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

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

R = 52.63%
G = 17.26%
B = 30.11%

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

#FA528F (or 0xFA528F) is known color: French Rose. HEX triplet: FA, 52 and 8F. RGB value is (250,82,143). Sum of RGB (Red+Green+Blue) = 250+82+143=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA528F is #05AD70. Grayscale: #8B8B8B. Windows color (decimal): -372081 or 9392890. OLE color: 9392890.

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

Color convert

RGB 250 82 143 -
CMYK 0 0.67 0.43 0.02
HSL 338.21º 0.94% 0.65% -
HSV(B) 338.21º 0.67% 0.98% -
XYZ 47.4 28.34 28.96 -
YUV 139.19 130.16 207.04 -
System Red Green Blue C M Y K H S L
Decimal 250 82 143 0 0.67 0.43 0.02 338.21 0.94 0.65
Hex FA 52 8F 0 43 2B 2 152 5E 41
Octal 372 122 217 0 103 53 2 522 136 101
Binary 11111010 1010010 10001111 0 1000011 101011 10 101010010 1011110 1000001

Color Harmonies of #FA528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA528F

Black with #FA528F

Text Example


Text Example

White with #FA528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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