Html Css Color HEX #F145AA Brilliant Rose

📋 copy color: '#F145AA'

red 241 ◦ green 69 ◦ blue 170

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

Shades of Brilliant Rose #F145AA

Tints of Brilliant Rose #F145AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.38%

 BLUE value IS 170 (66.8% from 255) = 35.42%

R = 50.21%
G = 14.38%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F145AA (or 0xF145AA) is known color: Brilliant Rose. HEX triplet: F1, 45 and AA. RGB value is (241,69,170). Sum of RGB (Red+Green+Blue) = 241+69+170=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F145AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F145AA is #0EBA55. Grayscale: #838383. Windows color (decimal): -965206 or 11159025. OLE color: 11159025.

HSL color Cylindrical-coordinate representation of color #F145AA: hue angle of 324.77º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145AA is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 69 170 -
CMYK 0 0.71 0.29 0.05
HSL 324.77º 0.86% 0.61% -
HSV(B) 324.77º 0.71% 0.95% -
XYZ 45.66 25.86 40.62 -
YUV 131.94 149.48 205.79 -
System Red Green Blue C M Y K H S L
Decimal 241 69 170 0 0.71 0.29 0.05 324.77 0.86 0.61
Hex F1 45 AA 0 47 1D 5 145 56 3D
Octal 361 105 252 0 107 35 5 505 126 75
Binary 11110001 1000101 10101010 0 1000111 11101 101 101000101 1010110 111101

Color Harmonies of #F145AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145AA

Black with #F145AA

Text Example


Text Example

White with #F145AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145AA; }

 p { color: rgb(241,69,170); }

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

background-color css

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

 a { background-color: rgb(241,69,170); }

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

border-color css

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

 span { border-color: rgb(241,69,170); }

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