Html Css Color HEX #F156AF Brilliant Rose

📋 copy color: '#F156AF'

red 241 ◦ green 86 ◦ blue 175

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

Shades of Brilliant Rose #F156AF

Tints of Brilliant Rose #F156AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.86%

R = 48.01%
G = 17.13%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F156AF (or 0xF156AF) is known color: Brilliant Rose. HEX triplet: F1, 56 and AF. RGB value is (241,86,175). Sum of RGB (Red+Green+Blue) = 241+86+175=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F156AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F156AF is #0EA950. Grayscale: #8E8E8E. Windows color (decimal): -960849 or 11491057. OLE color: 11491057.

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

Color convert

RGB 241 86 175 -
CMYK 0 0.64 0.27 0.05
HSL 325.55º 0.85% 0.64% -
HSV(B) 325.55º 0.64% 0.95% -
XYZ 47.34 28.45 43.55 -
YUV 142.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 241 86 175 0 0.64 0.27 0.05 325.55 0.85 0.64
Hex F1 56 AF 0 40 1B 5 146 55 40
Octal 361 126 257 0 100 33 5 506 125 100
Binary 11110001 1010110 10101111 0 1000000 11011 101 101000110 1010101 1000000

Color Harmonies of #F156AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F156AF

Black with #F156AF

Text Example


Text Example

White with #F156AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F156AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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