Html Css Color HEX #F152AB Brilliant Rose

📋 copy color: '#F152AB'

red 241 ◦ green 82 ◦ blue 171

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

Shades of Brilliant Rose #F152AB

Tints of Brilliant Rose #F152AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.6%

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

R = 48.79%
G = 16.6%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F152AB (or 0xF152AB) is known color: Brilliant Rose. HEX triplet: F1, 52 and AB. RGB value is (241,82,171). Sum of RGB (Red+Green+Blue) = 241+82+171=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F152AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F152AB is #0EAD54. Grayscale: #8B8B8B. Windows color (decimal): -961877 or 11227889. OLE color: 11227889.

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

Color convert

RGB 241 82 171 -
CMYK 0 0.66 0.29 0.05
HSL 326.42º 0.85% 0.63% -
HSV(B) 326.42º 0.66% 0.95% -
XYZ 46.64 27.68 41.41 -
YUV 139.69 145.68 200.26 -
System Red Green Blue C M Y K H S L
Decimal 241 82 171 0 0.66 0.29 0.05 326.42 0.85 0.63
Hex F1 52 AB 0 42 1D 5 146 55 3F
Octal 361 122 253 0 102 35 5 506 125 77
Binary 11110001 1010010 10101011 0 1000010 11101 101 101000110 1010101 111111

Color Harmonies of #F152AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152AB

Black with #F152AB

Text Example


Text Example

White with #F152AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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