Html Css Color HEX #F445A1 Brilliant Rose

📋 copy color: '#F445A1'

red 244 ◦ green 69 ◦ blue 161

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

Shades of Brilliant Rose #F445A1

Tints of Brilliant Rose #F445A1

RGB

 RED value IS 244 (95.7% from 255) = 51.48%

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

 BLUE value IS 161 (63.28% from 255) = 33.97%

R = 51.48%
G = 14.56%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F445A1 (or 0xF445A1) is known color: Brilliant Rose. HEX triplet: F4, 45 and A1. RGB value is (244,69,161). Sum of RGB (Red+Green+Blue) = 244+69+161=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F445A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F445A1 is #0BBA5E. Grayscale: #838383. Windows color (decimal): -768607 or 10569204. OLE color: 10569204.

HSL color Cylindrical-coordinate representation of color #F445A1: hue angle of 328.46º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F445A1 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 69 161 -
CMYK 0 0.72 0.34 0.04
HSL 328.46º 0.89% 0.61% -
HSV(B) 328.46º 0.72% 0.96% -
XYZ 45.87 26.06 36.33 -
YUV 131.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 244 69 161 0 0.72 0.34 0.04 328.46 0.89 0.61
Hex F4 45 A1 0 48 22 4 148 59 3D
Octal 364 105 241 0 110 42 4 510 131 75
Binary 11110100 1000101 10100001 0 1001000 100010 100 101001000 1011001 111101

Color Harmonies of #F445A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F445A1

Black with #F445A1

Text Example


Text Example

White with #F445A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F445A1; }

 p { color: rgb(244,69,161); }

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

background-color css

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

 a { background-color: rgb(244,69,161); }

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

border-color css

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

 span { border-color: rgb(244,69,161); }

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