Html Css Color HEX #F153A5 Brilliant Rose

📋 copy color: '#F153A5'

red 241 ◦ green 83 ◦ blue 165

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

Shades of Brilliant Rose #F153A5

Tints of Brilliant Rose #F153A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.74%

R = 49.28%
G = 16.97%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F153A5 (or 0xF153A5) is known color: Brilliant Rose. HEX triplet: F1, 53 and A5. RGB value is (241,83,165). Sum of RGB (Red+Green+Blue) = 241+83+165=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F153A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F153A5 is #0EAC5A. Grayscale: #8B8B8B. Windows color (decimal): -961627 or 10834929. OLE color: 10834929.

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

Color convert

RGB 241 83 165 -
CMYK 0 0.66 0.32 0.05
HSL 328.86º 0.85% 0.64% -
HSV(B) 328.86º 0.66% 0.95% -
XYZ 46.16 27.6 38.49 -
YUV 139.59 142.35 200.33 -
System Red Green Blue C M Y K H S L
Decimal 241 83 165 0 0.66 0.32 0.05 328.86 0.85 0.64
Hex F1 53 A5 0 42 20 5 149 55 40
Octal 361 123 245 0 102 40 5 511 125 100
Binary 11110001 1010011 10100101 0 1000010 100000 101 101001001 1010101 1000000

Color Harmonies of #F153A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F153A5

Black with #F153A5

Text Example


Text Example

White with #F153A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F153A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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