Html Css Color HEX #F158AF Brilliant Rose

📋 copy color: '#F158AF'

red 241 ◦ green 88 ◦ blue 175

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

Shades of Brilliant Rose #F158AF

Tints of Brilliant Rose #F158AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.46%

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

R = 47.82%
G = 17.46%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F158AF (or 0xF158AF) is known color: Brilliant Rose. HEX triplet: F1, 58 and AF. RGB value is (241,88,175). Sum of RGB (Red+Green+Blue) = 241+88+175=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F158AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F158AF is #0EA750. Grayscale: #8F8F8F. Windows color (decimal): -960337 or 11491569. OLE color: 11491569.

HSL color Cylindrical-coordinate representation of color #F158AF: hue angle of 325.88º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F158AF is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 88 175 -
CMYK 0 0.63 0.27 0.05
HSL 325.88º 0.85% 0.65% -
HSV(B) 325.88º 0.63% 0.95% -
XYZ 47.5 28.78 43.61 -
YUV 143.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 241 88 175 0 0.63 0.27 0.05 325.88 0.85 0.65
Hex F1 58 AF 0 3F 1B 5 146 55 41
Octal 361 130 257 0 77 33 5 506 125 101
Binary 11110001 1011000 10101111 0 111111 11011 101 101000110 1010101 1000001

Color Harmonies of #F158AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F158AF

Black with #F158AF

Text Example


Text Example

White with #F158AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F158AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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