Html Css Color HEX #F150AA Brilliant Rose

📋 copy color: '#F150AA'

red 241 ◦ green 80 ◦ blue 170

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

Shades of Brilliant Rose #F150AA

Tints of Brilliant Rose #F150AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 49.08%
G = 16.29%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F150AA (or 0xF150AA) is known color: Brilliant Rose. HEX triplet: F1, 50 and AA. RGB value is (241,80,170). Sum of RGB (Red+Green+Blue) = 241+80+170=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F150AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F150AA is #0EAF55. Grayscale: #8A8A8A. Windows color (decimal): -962390 or 11161841. OLE color: 11161841.

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

Color convert

RGB 241 80 170 -
CMYK 0 0.67 0.29 0.05
HSL 326.46º 0.85% 0.63% -
HSV(B) 326.46º 0.67% 0.95% -
XYZ 46.4 27.34 40.86 -
YUV 138.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 241 80 170 0 0.67 0.29 0.05 326.46 0.85 0.63
Hex F1 50 AA 0 43 1D 5 146 55 3F
Octal 361 120 252 0 103 35 5 506 125 77
Binary 11110001 1010000 10101010 0 1000011 11101 101 101000110 1010101 111111

Color Harmonies of #F150AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150AA

Black with #F150AA

Text Example


Text Example

White with #F150AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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