Html Css Color HEX #F164A1 Brilliant Rose

📋 copy color: '#F164A1'

red 241 ◦ green 100 ◦ blue 161

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

Shades of Brilliant Rose #F164A1

Tints of Brilliant Rose #F164A1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.92%

 BLUE value IS 161 (63.28% from 255) = 32.07%

R = 48.01%
G = 19.92%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F164A1 (or 0xF164A1) is known color: Brilliant Rose. HEX triplet: F1, 64 and A1. RGB value is (241,100,161). Sum of RGB (Red+Green+Blue) = 241+100+161=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F164A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164A1 is #0E9B5E. Grayscale: #959595. Windows color (decimal): -957279 or 10577137. OLE color: 10577137.

HSL color Cylindrical-coordinate representation of color #F164A1: hue angle of 334.04º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164A1 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 100 161 -
CMYK 0 0.59 0.33 0.05
HSL 334.04º 0.83% 0.67% -
HSV(B) 334.04º 0.59% 0.95% -
XYZ 47.27 30.39 37.09 -
YUV 149.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 241 100 161 0 0.59 0.33 0.05 334.04 0.83 0.67
Hex F1 64 A1 0 3B 21 5 14E 53 43
Octal 361 144 241 0 73 41 5 516 123 103
Binary 11110001 1100100 10100001 0 111011 100001 101 101001110 1010011 1000011

Color Harmonies of #F164A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164A1

Black with #F164A1

Text Example


Text Example

White with #F164A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164A1; }

 p { color: rgb(241,100,161); }

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

background-color css

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

 a { background-color: rgb(241,100,161); }

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

border-color css

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

 span { border-color: rgb(241,100,161); }

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