Html Css Color HEX #F153A6 Brilliant Rose

📋 copy color: '#F153A6'

red 241 ◦ green 83 ◦ blue 166

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

Shades of Brilliant Rose #F153A6

Tints of Brilliant Rose #F153A6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.94%

 BLUE value IS 166 (65.23% from 255) = 33.88%

R = 49.18%
G = 16.94%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F153A6 (or 0xF153A6) is known color: Brilliant Rose. HEX triplet: F1, 53 and A6. RGB value is (241,83,166). Sum of RGB (Red+Green+Blue) = 241+83+166=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F153A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F153A6 is #0EAC59. Grayscale: #8B8B8B. Windows color (decimal): -961626 or 10900465. OLE color: 10900465.

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

Color convert

RGB 241 83 166 -
CMYK 0 0.66 0.31 0.05
HSL 328.48º 0.85% 0.64% -
HSV(B) 328.48º 0.66% 0.95% -
XYZ 46.25 27.64 38.97 -
YUV 139.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 241 83 166 0 0.66 0.31 0.05 328.48 0.85 0.64
Hex F1 53 A6 0 42 1F 5 148 55 40
Octal 361 123 246 0 102 37 5 510 125 100
Binary 11110001 1010011 10100110 0 1000010 11111 101 101001000 1010101 1000000

Color Harmonies of #F153A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F153A6

Black with #F153A6

Text Example


Text Example

White with #F153A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F153A6; }

 p { color: rgb(241,83,166); }

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

background-color css

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

 a { background-color: rgb(241,83,166); }

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

border-color css

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

 span { border-color: rgb(241,83,166); }

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