Html Css Color HEX #F1569D Brilliant Rose

📋 copy color: '#F1569D'

red 241 ◦ green 86 ◦ blue 157

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

Shades of Brilliant Rose #F1569D

Tints of Brilliant Rose #F1569D

RGB

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

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

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

R = 49.79%
G = 17.77%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1569D (or 0xF1569D) is known color: Brilliant Rose. HEX triplet: F1, 56 and 9D. RGB value is (241,86,157). Sum of RGB (Red+Green+Blue) = 241+86+157=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1569D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1569D is #0EA962. Grayscale: #8C8C8C. Windows color (decimal): -960867 or 10311409. OLE color: 10311409.

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

Color convert

RGB 241 86 157 -
CMYK 0 0.64 0.35 0.05
HSL 332.52º 0.85% 0.64% -
HSV(B) 332.52º 0.64% 0.95% -
XYZ 45.69 27.79 34.85 -
YUV 140.44 137.35 199.73 -
System Red Green Blue C M Y K H S L
Decimal 241 86 157 0 0.64 0.35 0.05 332.52 0.85 0.64
Hex F1 56 9D 0 40 23 5 14D 55 40
Octal 361 126 235 0 100 43 5 515 125 100
Binary 11110001 1010110 10011101 0 1000000 100011 101 101001101 1010101 1000000

Color Harmonies of #F1569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1569D

Black with #F1569D

Text Example


Text Example

White with #F1569D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1569D; }

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

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

background-color css

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

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

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

border-color css

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

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

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