Html Css Color HEX #FD528F French Rose

📋 copy color: '#FD528F'

red 253 ◦ green 82 ◦ blue 143

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

Shades of French Rose #FD528F

Tints of French Rose #FD528F

RGB

 RED value IS 253 (99.22% from 255) = 52.93%

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

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

R = 52.93%
G = 17.15%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD528F (or 0xFD528F) is known color: French Rose. HEX triplet: FD, 52 and 8F. RGB value is (253,82,143). Sum of RGB (Red+Green+Blue) = 253+82+143=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD528F is #02AD70. Grayscale: #8C8C8C. Windows color (decimal): -175473 or 9392893. OLE color: 9392893.

HSL color Cylindrical-coordinate representation of color #FD528F: hue angle of 338.6º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD528F is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 82 143 -
CMYK 0 0.68 0.43 0.01
HSL 338.6º 0.98% 0.66% -
HSV(B) 338.6º 0.68% 0.99% -
XYZ 48.48 28.9 29.01 -
YUV 140.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 253 82 143 0 0.68 0.43 0.01 338.6 0.98 0.66
Hex FD 52 8F 0 44 2B 1 153 62 42
Octal 375 122 217 0 104 53 1 523 142 102
Binary 11111101 1010010 10001111 0 1000100 101011 1 101010011 1100010 1000010

Color Harmonies of #FD528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD528F

Black with #FD528F

Text Example


Text Example

White with #FD528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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