Html Css Color HEX #F152A6 Brilliant Rose

📋 copy color: '#F152A6'

red 241 ◦ green 82 ◦ blue 166

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

Shades of Brilliant Rose #F152A6

Tints of Brilliant Rose #F152A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.95%

R = 49.28%
G = 16.77%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F152A6 (or 0xF152A6) is known color: Brilliant Rose. HEX triplet: F1, 52 and A6. RGB value is (241,82,166). Sum of RGB (Red+Green+Blue) = 241+82+166=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F152A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F152A6 is #0EAD59. Grayscale: #8A8A8A. Windows color (decimal): -961882 or 10900209. OLE color: 10900209.

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

Color convert

RGB 241 82 166 -
CMYK 0 0.66 0.31 0.05
HSL 328.3º 0.85% 0.63% -
HSV(B) 328.3º 0.66% 0.95% -
XYZ 46.18 27.49 38.95 -
YUV 139.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 241 82 166 0 0.66 0.31 0.05 328.3 0.85 0.63
Hex F1 52 A6 0 42 1F 5 148 55 3F
Octal 361 122 246 0 102 37 5 510 125 77
Binary 11110001 1010010 10100110 0 1000010 11111 101 101001000 1010101 111111

Color Harmonies of #F152A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152A6

Black with #F152A6

Text Example


Text Example

White with #F152A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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