Html Css Color HEX #F444A1 Brilliant Rose

📋 copy color: '#F444A1'

red 244 ◦ green 68 ◦ blue 161

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

Shades of Brilliant Rose #F444A1

Tints of Brilliant Rose #F444A1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.38%

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

R = 51.59%
G = 14.38%
B = 34.04%

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

#F444A1 (or 0xF444A1) is known color: Brilliant Rose. HEX triplet: F4, 44 and A1. RGB value is (244,68,161). Sum of RGB (Red+Green+Blue) = 244+68+161=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F444A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F444A1 is #0BBB5E. Grayscale: #838383. Windows color (decimal): -768863 or 10568948. OLE color: 10568948.

HSL color Cylindrical-coordinate representation of color #F444A1: hue angle of 328.3º 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 #F444A1 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 68 161 -
CMYK 0 0.72 0.34 0.04
HSL 328.3º 0.89% 0.61% -
HSV(B) 328.3º 0.72% 0.96% -
XYZ 45.81 25.94 36.31 -
YUV 131.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 244 68 161 0 0.72 0.34 0.04 328.3 0.89 0.61
Hex F4 44 A1 0 48 22 4 148 59 3D
Octal 364 104 241 0 110 42 4 510 131 75
Binary 11110100 1000100 10100001 0 1001000 100010 100 101001000 1011001 111101

Color Harmonies of #F444A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F444A1

Black with #F444A1

Text Example


Text Example

White with #F444A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F444A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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