Html Css Color HEX #F163A0 Brilliant Rose

📋 copy color: '#F163A0'

red 241 ◦ green 99 ◦ blue 160

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

Shades of Brilliant Rose #F163A0

Tints of Brilliant Rose #F163A0

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.8%

 BLUE value IS 160 (62.89% from 255) = 32%

R = 48.2%
G = 19.8%
B = 32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F163A0 (or 0xF163A0) is known color: Brilliant Rose. HEX triplet: F1, 63 and A0. RGB value is (241,99,160). Sum of RGB (Red+Green+Blue) = 241+99+160=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F163A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F163A0 is #0E9C5F. Grayscale: #949494. Windows color (decimal): -957536 or 10511345. OLE color: 10511345.

HSL color Cylindrical-coordinate representation of color #F163A0: hue angle of 334.23º degrees, saturation: 0.84, 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 #F163A0 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 99 160 -
CMYK 0 0.59 0.34 0.05
HSL 334.23º 0.84% 0.67% -
HSV(B) 334.23º 0.59% 0.95% -
XYZ 47.08 30.16 36.6 -
YUV 148.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 241 99 160 0 0.59 0.34 0.05 334.23 0.84 0.67
Hex F1 63 A0 0 3B 22 5 14E 54 43
Octal 361 143 240 0 73 42 5 516 124 103
Binary 11110001 1100011 10100000 0 111011 100010 101 101001110 1010100 1000011

Color Harmonies of #F163A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F163A0

Black with #F163A0

Text Example


Text Example

White with #F163A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F163A0; }

 p { color: rgb(241,99,160); }

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

background-color css

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

 a { background-color: rgb(241,99,160); }

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

border-color css

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

 span { border-color: rgb(241,99,160); }

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