Html Css Color HEX #F441AF Brilliant Rose

📋 copy color: '#F441AF'

red 244 ◦ green 65 ◦ blue 175

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

Shades of Brilliant Rose #F441AF

Tints of Brilliant Rose #F441AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.43%

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 50.41%
G = 13.43%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F441AF (or 0xF441AF) is known color: Brilliant Rose. HEX triplet: F4, 41 and AF. RGB value is (244,65,175). Sum of RGB (Red+Green+Blue) = 244+65+175=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F441AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F441AF is #0BBE50. Grayscale: #828282. Windows color (decimal): -769617 or 11485684. OLE color: 11485684.

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

Color convert

RGB 244 65 175 -
CMYK 0 0.73 0.28 0.04
HSL 323.13º 0.89% 0.61% -
HSV(B) 323.13º 0.73% 0.96% -
XYZ 46.94 26.11 43.12 -
YUV 131.06 152.8 208.56 -
System Red Green Blue C M Y K H S L
Decimal 244 65 175 0 0.73 0.28 0.04 323.13 0.89 0.61
Hex F4 41 AF 0 49 1C 4 143 59 3D
Octal 364 101 257 0 111 34 4 503 131 75
Binary 11110100 1000001 10101111 0 1001001 11100 100 101000011 1011001 111101

Color Harmonies of #F441AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441AF

Black with #F441AF

Text Example


Text Example

White with #F441AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441AF; }

 p { color: rgb(244,65,175); }

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

background-color css

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

 a { background-color: rgb(244,65,175); }

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

border-color css

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

 span { border-color: rgb(244,65,175); }

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