Html Css Color HEX #F1569E Brilliant Rose

📋 copy color: '#F1569E'

red 241 ◦ green 86 ◦ blue 158

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

Shades of Brilliant Rose #F1569E

Tints of Brilliant Rose #F1569E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.73%

 BLUE value IS 158 (62.11% from 255) = 32.58%

R = 49.69%
G = 17.73%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1569E (or 0xF1569E) is known color: Brilliant Rose. HEX triplet: F1, 56 and 9E. RGB value is (241,86,158). Sum of RGB (Red+Green+Blue) = 241+86+158=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1569E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1569E is #0EA961. Grayscale: #8C8C8C. Windows color (decimal): -960866 or 10376945. OLE color: 10376945.

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

Color convert

RGB 241 86 158 -
CMYK 0 0.64 0.34 0.05
HSL 332.13º 0.85% 0.64% -
HSV(B) 332.13º 0.64% 0.95% -
XYZ 45.77 27.82 35.31 -
YUV 140.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 241 86 158 0 0.64 0.34 0.05 332.13 0.85 0.64
Hex F1 56 9E 0 40 22 5 14C 55 40
Octal 361 126 236 0 100 42 5 514 125 100
Binary 11110001 1010110 10011110 0 1000000 100010 101 101001100 1010101 1000000

Color Harmonies of #F1569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1569E

Black with #F1569E

Text Example


Text Example

White with #F1569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1569E; }

 p { color: rgb(241,86,158); }

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

background-color css

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

 a { background-color: rgb(241,86,158); }

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

border-color css

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

 span { border-color: rgb(241,86,158); }

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