Html Css Color HEX #F15AA0 Brilliant Rose

📋 copy color: '#F15AA0'

red 241 ◦ green 90 ◦ blue 160

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

Shades of Brilliant Rose #F15AA0

Tints of Brilliant Rose #F15AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.33%

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 49.08%
G = 18.33%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F15AA0 (or 0xF15AA0) is known color: Brilliant Rose. HEX triplet: F1, 5A and A0. RGB value is (241,90,160). Sum of RGB (Red+Green+Blue) = 241+90+160=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15AA0 is #0EA55F. Grayscale: #8F8F8F. Windows color (decimal): -959840 or 10509041. OLE color: 10509041.

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

Color convert

RGB 241 90 160 -
CMYK 0 0.63 0.34 0.05
HSL 332.19º 0.84% 0.65% -
HSV(B) 332.19º 0.63% 0.95% -
XYZ 46.28 28.55 36.33 -
YUV 143.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 241 90 160 0 0.63 0.34 0.05 332.19 0.84 0.65
Hex F1 5A A0 0 3F 22 5 14C 54 41
Octal 361 132 240 0 77 42 5 514 124 101
Binary 11110001 1011010 10100000 0 111111 100010 101 101001100 1010100 1000001

Color Harmonies of #F15AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AA0

Black with #F15AA0

Text Example


Text Example

White with #F15AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AA0; }

 p { color: rgb(241,90,160); }

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

background-color css

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

 a { background-color: rgb(241,90,160); }

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

border-color css

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

 span { border-color: rgb(241,90,160); }

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