Html Css Color HEX #F2528D French Rose

📋 copy color: '#F2528D'

red 242 ◦ green 82 ◦ blue 141

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

Shades of French Rose #F2528D

Tints of French Rose #F2528D

RGB

 RED value IS 242 (94.92% from 255) = 52.04%

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

 BLUE value IS 141 (55.47% from 255) = 30.32%

R = 52.04%
G = 17.63%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2528D (or 0xF2528D) is known color: French Rose. HEX triplet: F2, 52 and 8D. RGB value is (242,82,141). Sum of RGB (Red+Green+Blue) = 242+82+141=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2528D is #0DAD72. Grayscale: #888888. Windows color (decimal): -896371 or 9261810. OLE color: 9261810.

HSL color Cylindrical-coordinate representation of color #F2528D: hue angle of 337.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2528D is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 82 141 -
CMYK 0 0.66 0.42 0.05
HSL 337.88º 0.86% 0.64% -
HSV(B) 337.88º 0.66% 0.95% -
XYZ 44.44 26.83 28.04 -
YUV 136.57 130.51 203.2 -
System Red Green Blue C M Y K H S L
Decimal 242 82 141 0 0.66 0.42 0.05 337.88 0.86 0.64
Hex F2 52 8D 0 42 2A 5 152 56 40
Octal 362 122 215 0 102 52 5 522 126 100
Binary 11110010 1010010 10001101 0 1000010 101010 101 101010010 1010110 1000000

Color Harmonies of #F2528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2528D

Black with #F2528D

Text Example


Text Example

White with #F2528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2528D; }

 p { color: rgb(242,82,141); }

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

background-color css

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

 a { background-color: rgb(242,82,141); }

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

border-color css

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

 span { border-color: rgb(242,82,141); }

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