Html Css Color HEX #F157AF Brilliant Rose

📋 copy color: '#F157AF'

red 241 ◦ green 87 ◦ blue 175

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

Shades of Brilliant Rose #F157AF

Tints of Brilliant Rose #F157AF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.3%

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

R = 47.91%
G = 17.3%
B = 34.79%

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

#F157AF (or 0xF157AF) is known color: Brilliant Rose. HEX triplet: F1, 57 and AF. RGB value is (241,87,175). Sum of RGB (Red+Green+Blue) = 241+87+175=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F157AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F157AF is #0EA850. Grayscale: #8E8E8E. Windows color (decimal): -960593 or 11491313. OLE color: 11491313.

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

Color convert

RGB 241 87 175 -
CMYK 0 0.64 0.27 0.05
HSL 325.71º 0.85% 0.64% -
HSV(B) 325.71º 0.64% 0.95% -
XYZ 47.42 28.61 43.58 -
YUV 143.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 241 87 175 0 0.64 0.27 0.05 325.71 0.85 0.64
Hex F1 57 AF 0 40 1B 5 146 55 40
Octal 361 127 257 0 100 33 5 506 125 100
Binary 11110001 1010111 10101111 0 1000000 11011 101 101000110 1010101 1000000

Color Harmonies of #F157AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F157AF

Black with #F157AF

Text Example


Text Example

White with #F157AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F157AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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