Html Css Color HEX #F1659D Brilliant Rose

📋 copy color: '#F1659D'

red 241 ◦ green 101 ◦ blue 157

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

Shades of Brilliant Rose #F1659D

Tints of Brilliant Rose #F1659D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 48.3%
G = 20.24%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1659D (or 0xF1659D) is known color: Brilliant Rose. HEX triplet: F1, 65 and 9D. RGB value is (241,101,157). Sum of RGB (Red+Green+Blue) = 241+101+157=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1659D is #0E9A62. Grayscale: #959595. Windows color (decimal): -957027 or 10315249. OLE color: 10315249.

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

Color convert

RGB 241 101 157 -
CMYK 0 0.58 0.35 0.05
HSL 336º 0.83% 0.67% -
HSV(B) 336º 0.58% 0.95% -
XYZ 47.02 30.44 35.3 -
YUV 149.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 241 101 157 0 0.58 0.35 0.05 336 0.83 0.67
Hex F1 65 9D 0 3A 23 5 150 53 43
Octal 361 145 235 0 72 43 5 520 123 103
Binary 11110001 1100101 10011101 0 111010 100011 101 101010000 1010011 1000011

Color Harmonies of #F1659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1659D

Black with #F1659D

Text Example


Text Example

White with #F1659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1659D; }

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

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

background-color css

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

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

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

border-color css

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

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

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