Html Css Color HEX #F1508A French Rose

📋 copy color: '#F1508A'

red 241 ◦ green 80 ◦ blue 138

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

Shades of French Rose #F1508A

Tints of French Rose #F1508A

RGB

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

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

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

R = 52.51%
G = 17.43%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1508A (or 0xF1508A) is known color: French Rose. HEX triplet: F1, 50 and 8A. RGB value is (241,80,138). Sum of RGB (Red+Green+Blue) = 241+80+138=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1508A is #0EAF75. Grayscale: #868686. Windows color (decimal): -962422 or 9064689. OLE color: 9064689.

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

Color convert

RGB 241 80 138 -
CMYK 0 0.67 0.43 0.05
HSL 338.39º 0.85% 0.63% -
HSV(B) 338.39º 0.67% 0.95% -
XYZ 43.73 26.27 26.81 -
YUV 134.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 241 80 138 0 0.67 0.43 0.05 338.39 0.85 0.63
Hex F1 50 8A 0 43 2B 5 152 55 3F
Octal 361 120 212 0 103 53 5 522 125 77
Binary 11110001 1010000 10001010 0 1000011 101011 101 101010010 1010101 111111

Color Harmonies of #F1508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1508A

Black with #F1508A

Text Example


Text Example

White with #F1508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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