Html Css Color HEX #F444A0 Brilliant Rose

📋 copy color: '#F444A0'

red 244 ◦ green 68 ◦ blue 160

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

Shades of Brilliant Rose #F444A0

Tints of Brilliant Rose #F444A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 51.69%
G = 14.41%
B = 33.9%

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

#F444A0 (or 0xF444A0) is known color: Brilliant Rose. HEX triplet: F4, 44 and A0. RGB value is (244,68,160). Sum of RGB (Red+Green+Blue) = 244+68+160=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F444A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F444A0 is #0BBB5F. Grayscale: #828282. Windows color (decimal): -768864 or 10503412. OLE color: 10503412.

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

Color convert

RGB 244 68 160 -
CMYK 0 0.72 0.34 0.04
HSL 328.64º 0.89% 0.61% -
HSV(B) 328.64º 0.72% 0.96% -
XYZ 45.72 25.91 35.85 -
YUV 131.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 244 68 160 0 0.72 0.34 0.04 328.64 0.89 0.61
Hex F4 44 A0 0 48 22 4 149 59 3D
Octal 364 104 240 0 110 42 4 511 131 75
Binary 11110100 1000100 10100000 0 1001000 100010 100 101001001 1011001 111101

Color Harmonies of #F444A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F444A0

Black with #F444A0

Text Example


Text Example

White with #F444A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F444A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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