Html Css Color HEX #F1508E French Rose

📋 copy color: '#F1508E'

red 241 ◦ green 80 ◦ blue 142

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

Shades of French Rose #F1508E

Tints of French Rose #F1508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

 BLUE value IS 142 (55.86% from 255) = 30.67%

R = 52.05%
G = 17.28%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1508E (or 0xF1508E) is known color: French Rose. HEX triplet: F1, 50 and 8E. RGB value is (241,80,142). Sum of RGB (Red+Green+Blue) = 241+80+142=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1508E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1508E is #0EAF71. Grayscale: #878787. Windows color (decimal): -962418 or 9326833. OLE color: 9326833.

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

Color convert

RGB 241 80 142 -
CMYK 0 0.67 0.41 0.05
HSL 336.89º 0.85% 0.63% -
HSV(B) 336.89º 0.67% 0.95% -
XYZ 44.03 26.39 28.36 -
YUV 135.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 241 80 142 0 0.67 0.41 0.05 336.89 0.85 0.63
Hex F1 50 8E 0 43 29 5 151 55 3F
Octal 361 120 216 0 103 51 5 521 125 77
Binary 11110001 1010000 10001110 0 1000011 101001 101 101010001 1010101 111111

Color Harmonies of #F1508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1508E

Black with #F1508E

Text Example


Text Example

White with #F1508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1508E; }

 p { color: rgb(241,80,142); }

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

background-color css

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

 a { background-color: rgb(241,80,142); }

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

border-color css

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

 span { border-color: rgb(241,80,142); }

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