Html Css Color HEX #F444A8 Brilliant Rose

📋 copy color: '#F444A8'

red 244 ◦ green 68 ◦ blue 168

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

Shades of Brilliant Rose #F444A8

Tints of Brilliant Rose #F444A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35%

R = 50.83%
G = 14.17%
B = 35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F444A8 (or 0xF444A8) is known color: Brilliant Rose. HEX triplet: F4, 44 and A8. RGB value is (244,68,168). Sum of RGB (Red+Green+Blue) = 244+68+168=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F444A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F444A8 is #0BBB57. Grayscale: #838383. Windows color (decimal): -768856 or 11027700. OLE color: 11027700.

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

Color convert

RGB 244 68 168 -
CMYK 0 0.72 0.31 0.04
HSL 325.91º 0.89% 0.61% -
HSV(B) 325.91º 0.72% 0.96% -
XYZ 46.44 26.19 39.65 -
YUV 132.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 244 68 168 0 0.72 0.31 0.04 325.91 0.89 0.61
Hex F4 44 A8 0 48 1F 4 146 59 3D
Octal 364 104 250 0 110 37 4 506 131 75
Binary 11110100 1000100 10101000 0 1001000 11111 100 101000110 1011001 111101

Color Harmonies of #F444A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F444A8

Black with #F444A8

Text Example


Text Example

White with #F444A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F444A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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