Html Css Color HEX #F1569F Brilliant Rose

📋 copy color: '#F1569F'

red 241 ◦ green 86 ◦ blue 159

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

Shades of Brilliant Rose #F1569F

Tints of Brilliant Rose #F1569F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.72%

R = 49.59%
G = 17.7%
B = 32.72%

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

#F1569F (or 0xF1569F) is known color: Brilliant Rose. HEX triplet: F1, 56 and 9F. RGB value is (241,86,159). Sum of RGB (Red+Green+Blue) = 241+86+159=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1569F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1569F is #0EA960. Grayscale: #8C8C8C. Windows color (decimal): -960865 or 10442481. OLE color: 10442481.

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

Color convert

RGB 241 86 159 -
CMYK 0 0.64 0.34 0.05
HSL 331.74º 0.85% 0.64% -
HSV(B) 331.74º 0.64% 0.95% -
XYZ 45.86 27.86 35.76 -
YUV 140.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 241 86 159 0 0.64 0.34 0.05 331.74 0.85 0.64
Hex F1 56 9F 0 40 22 5 14C 55 40
Octal 361 126 237 0 100 42 5 514 125 100
Binary 11110001 1010110 10011111 0 1000000 100010 101 101001100 1010101 1000000

Color Harmonies of #F1569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1569F

Black with #F1569F

Text Example


Text Example

White with #F1569F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1569F; }

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

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

background-color css

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

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

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

border-color css

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

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

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