Html Css Color HEX #F2528B French Rose

📋 copy color: '#F2528B'

red 242 ◦ green 82 ◦ blue 139

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

Shades of French Rose #F2528B

Tints of French Rose #F2528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 52.27%
G = 17.71%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2528B (or 0xF2528B) is known color: French Rose. HEX triplet: F2, 52 and 8B. RGB value is (242,82,139). Sum of RGB (Red+Green+Blue) = 242+82+139=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2528B is #0DAD74. Grayscale: #888888. Windows color (decimal): -896373 or 9130738. OLE color: 9130738.

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

Color convert

RGB 242 82 139 -
CMYK 0 0.66 0.43 0.05
HSL 338.63º 0.86% 0.64% -
HSV(B) 338.63º 0.66% 0.95% -
XYZ 44.3 26.78 27.26 -
YUV 136.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 242 82 139 0 0.66 0.43 0.05 338.63 0.86 0.64
Hex F2 52 8B 0 42 2B 5 153 56 40
Octal 362 122 213 0 102 53 5 523 126 100
Binary 11110010 1010010 10001011 0 1000010 101011 101 101010011 1010110 1000000

Color Harmonies of #F2528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2528B

Black with #F2528B

Text Example


Text Example

White with #F2528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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