Html Css Color HEX #F165A0 Brilliant Rose

📋 copy color: '#F165A0'

red 241 ◦ green 101 ◦ blue 160

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

Shades of Brilliant Rose #F165A0

Tints of Brilliant Rose #F165A0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.12%

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

R = 48.01%
G = 20.12%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F165A0 (or 0xF165A0) is known color: Brilliant Rose. HEX triplet: F1, 65 and A0. RGB value is (241,101,160). Sum of RGB (Red+Green+Blue) = 241+101+160=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F165A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F165A0 is #0E9A5F. Grayscale: #959595. Windows color (decimal): -957024 or 10511857. OLE color: 10511857.

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

Color convert

RGB 241 101 160 -
CMYK 0 0.58 0.34 0.05
HSL 334.71º 0.83% 0.67% -
HSV(B) 334.71º 0.58% 0.95% -
XYZ 47.27 30.55 36.66 -
YUV 149.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 241 101 160 0 0.58 0.34 0.05 334.71 0.83 0.67
Hex F1 65 A0 0 3A 22 5 14F 53 43
Octal 361 145 240 0 72 42 5 517 123 103
Binary 11110001 1100101 10100000 0 111010 100010 101 101001111 1010011 1000011

Color Harmonies of #F165A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F165A0

Black with #F165A0

Text Example


Text Example

White with #F165A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F165A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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