Html Css Color HEX #F1528A French Rose

📋 copy color: '#F1528A'

red 241 ◦ green 82 ◦ blue 138

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

Shades of French Rose #F1528A

Tints of French Rose #F1528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 52.28%
G = 17.79%
B = 29.93%

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

#F1528A (or 0xF1528A) is known color: French Rose. HEX triplet: F1, 52 and 8A. RGB value is (241,82,138). Sum of RGB (Red+Green+Blue) = 241+82+138=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1528A is #0EAD75. Grayscale: #878787. Windows color (decimal): -961910 or 9065201. OLE color: 9065201.

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

Color convert

RGB 241 82 138 -
CMYK 0 0.66 0.43 0.05
HSL 338.87º 0.85% 0.63% -
HSV(B) 338.87º 0.66% 0.95% -
XYZ 43.88 26.57 26.86 -
YUV 135.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 241 82 138 0 0.66 0.43 0.05 338.87 0.85 0.63
Hex F1 52 8A 0 42 2B 5 153 55 3F
Octal 361 122 212 0 102 53 5 523 125 77
Binary 11110001 1010010 10001010 0 1000010 101011 101 101010011 1010101 111111

Color Harmonies of #F1528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1528A

Black with #F1528A

Text Example


Text Example

White with #F1528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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