Html Css Color HEX #F15DAB Brilliant Rose

📋 copy color: '#F15DAB'

red 241 ◦ green 93 ◦ blue 171

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

Shades of Brilliant Rose #F15DAB

Tints of Brilliant Rose #F15DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 47.72%
G = 18.42%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F15DAB (or 0xF15DAB) is known color: Brilliant Rose. HEX triplet: F1, 5D and AB. RGB value is (241,93,171). Sum of RGB (Red+Green+Blue) = 241+93+171=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15DAB is #0EA254. Grayscale: #919191. Windows color (decimal): -959061 or 11230705. OLE color: 11230705.

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

Color convert

RGB 241 93 171 -
CMYK 0 0.61 0.29 0.05
HSL 328.38º 0.84% 0.65% -
HSV(B) 328.38º 0.61% 0.95% -
XYZ 47.54 29.47 41.71 -
YUV 146.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 241 93 171 0 0.61 0.29 0.05 328.38 0.84 0.65
Hex F1 5D AB 0 3D 1D 5 148 54 41
Octal 361 135 253 0 75 35 5 510 124 101
Binary 11110001 1011101 10101011 0 111101 11101 101 101001000 1010100 1000001

Color Harmonies of #F15DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DAB

Black with #F15DAB

Text Example


Text Example

White with #F15DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DAB; }

 p { color: rgb(241,93,171); }

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

background-color css

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

 a { background-color: rgb(241,93,171); }

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

border-color css

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

 span { border-color: rgb(241,93,171); }

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