Html Css Color HEX #F15CAA Brilliant Rose

📋 copy color: '#F15CAA'

red 241 ◦ green 92 ◦ blue 170

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

Shades of Brilliant Rose #F15CAA

Tints of Brilliant Rose #F15CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.29%

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

R = 47.91%
G = 18.29%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F15CAA (or 0xF15CAA) is known color: Brilliant Rose. HEX triplet: F1, 5C and AA. RGB value is (241,92,170). Sum of RGB (Red+Green+Blue) = 241+92+170=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15CAA is #0EA355. Grayscale: #919191. Windows color (decimal): -959318 or 11164913. OLE color: 11164913.

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

Color convert

RGB 241 92 170 -
CMYK 0 0.62 0.29 0.05
HSL 328.59º 0.84% 0.65% -
HSV(B) 328.59º 0.62% 0.95% -
XYZ 47.36 29.26 41.18 -
YUV 145.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 241 92 170 0 0.62 0.29 0.05 328.59 0.84 0.65
Hex F1 5C AA 0 3E 1D 5 149 54 41
Octal 361 134 252 0 76 35 5 511 124 101
Binary 11110001 1011100 10101010 0 111110 11101 101 101001001 1010100 1000001

Color Harmonies of #F15CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CAA

Black with #F15CAA

Text Example


Text Example

White with #F15CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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