Html Css Color HEX #F445A0 Brilliant Rose

📋 copy color: '#F445A0'

red 244 ◦ green 69 ◦ blue 160

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

Shades of Brilliant Rose #F445A0

Tints of Brilliant Rose #F445A0

RGB

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

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

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

R = 51.59%
G = 14.59%
B = 33.83%

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

#F445A0 (or 0xF445A0) is known color: Brilliant Rose. HEX triplet: F4, 45 and A0. RGB value is (244,69,160). Sum of RGB (Red+Green+Blue) = 244+69+160=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F445A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F445A0 is #0BBA5F. Grayscale: #838383. Windows color (decimal): -768608 or 10503668. OLE color: 10503668.

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

Color convert

RGB 244 69 160 -
CMYK 0 0.72 0.34 0.04
HSL 328.8º 0.89% 0.61% -
HSV(B) 328.8º 0.72% 0.96% -
XYZ 45.78 26.03 35.87 -
YUV 131.7 143.98 208.1 -
System Red Green Blue C M Y K H S L
Decimal 244 69 160 0 0.72 0.34 0.04 328.8 0.89 0.61
Hex F4 45 A0 0 48 22 4 149 59 3D
Octal 364 105 240 0 110 42 4 511 131 75
Binary 11110100 1000101 10100000 0 1001000 100010 100 101001001 1011001 111101

Color Harmonies of #F445A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F445A0

Black with #F445A0

Text Example


Text Example

White with #F445A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F445A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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