Html Css Color HEX #F1528F French Rose

📋 copy color: '#F1528F'

red 241 ◦ green 82 ◦ blue 143

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

Shades of French Rose #F1528F

Tints of French Rose #F1528F

RGB

 RED value IS 241 (94.53% from 255) = 51.72%

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

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

R = 51.72%
G = 17.6%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1528F (or 0xF1528F) is known color: French Rose. HEX triplet: F1, 52 and 8F. RGB value is (241,82,143). Sum of RGB (Red+Green+Blue) = 241+82+143=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1528F is #0EAD70. Grayscale: #888888. Windows color (decimal): -961905 or 9392881. OLE color: 9392881.

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

Color convert

RGB 241 82 143 -
CMYK 0 0.66 0.41 0.05
HSL 336.98º 0.85% 0.63% -
HSV(B) 336.98º 0.66% 0.95% -
XYZ 44.25 26.72 28.81 -
YUV 136.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 241 82 143 0 0.66 0.41 0.05 336.98 0.85 0.63
Hex F1 52 8F 0 42 29 5 151 55 3F
Octal 361 122 217 0 102 51 5 521 125 77
Binary 11110001 1010010 10001111 0 1000010 101001 101 101010001 1010101 111111

Color Harmonies of #F1528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1528F

Black with #F1528F

Text Example


Text Example

White with #F1528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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