Html Css Color HEX #F1569B Brilliant Rose

📋 copy color: '#F1569B'

red 241 ◦ green 86 ◦ blue 155

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

Shades of Brilliant Rose #F1569B

Tints of Brilliant Rose #F1569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 50%
G = 17.84%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1569B (or 0xF1569B) is known color: Brilliant Rose. HEX triplet: F1, 56 and 9B. RGB value is (241,86,155). Sum of RGB (Red+Green+Blue) = 241+86+155=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1569B is #0EA964. Grayscale: #8C8C8C. Windows color (decimal): -960869 or 10180337. OLE color: 10180337.

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

Color convert

RGB 241 86 155 -
CMYK 0 0.64 0.36 0.05
HSL 333.29º 0.85% 0.64% -
HSV(B) 333.29º 0.64% 0.95% -
XYZ 45.52 27.72 33.96 -
YUV 140.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 241 86 155 0 0.64 0.36 0.05 333.29 0.85 0.64
Hex F1 56 9B 0 40 24 5 14D 55 40
Octal 361 126 233 0 100 44 5 515 125 100
Binary 11110001 1010110 10011011 0 1000000 100100 101 101001101 1010101 1000000

Color Harmonies of #F1569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1569B

Black with #F1569B

Text Example


Text Example

White with #F1569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1569B; }

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

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

background-color css

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

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

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

border-color css

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

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

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