Html Css Color HEX #F1528B French Rose

📋 copy color: '#F1528B'

red 241 ◦ green 82 ◦ blue 139

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

Shades of French Rose #F1528B

Tints of French Rose #F1528B

RGB

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

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

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

R = 52.16%
G = 17.75%
B = 30.09%

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

#F1528B (or 0xF1528B) is known color: French Rose. HEX triplet: F1, 52 and 8B. RGB value is (241,82,139). Sum of RGB (Red+Green+Blue) = 241+82+139=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1528B is #0EAD74. Grayscale: #878787. Windows color (decimal): -961909 or 9130737. OLE color: 9130737.

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

Color convert

RGB 241 82 139 -
CMYK 0 0.66 0.42 0.05
HSL 338.49º 0.85% 0.63% -
HSV(B) 338.49º 0.66% 0.95% -
XYZ 43.95 26.6 27.24 -
YUV 136.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 241 82 139 0 0.66 0.42 0.05 338.49 0.85 0.63
Hex F1 52 8B 0 42 2A 5 152 55 3F
Octal 361 122 213 0 102 52 5 522 125 77
Binary 11110001 1010010 10001011 0 1000010 101010 101 101010010 1010101 111111

Color Harmonies of #F1528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1528B

Black with #F1528B

Text Example


Text Example

White with #F1528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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