Html Css Color HEX #F441B2 Brilliant Rose

📋 copy color: '#F441B2'

red 244 ◦ green 65 ◦ blue 178

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

Shades of Brilliant Rose #F441B2

Tints of Brilliant Rose #F441B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 50.1%
G = 13.35%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F441B2 (or 0xF441B2) is known color: Brilliant Rose. HEX triplet: F4, 41 and B2. RGB value is (244,65,178). Sum of RGB (Red+Green+Blue) = 244+65+178=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F441B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F441B2 is #0BBE4D. Grayscale: #838383. Windows color (decimal): -769614 or 11682292. OLE color: 11682292.

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

Color convert

RGB 244 65 178 -
CMYK 0 0.73 0.27 0.04
HSL 322.12º 0.89% 0.61% -
HSV(B) 322.12º 0.73% 0.96% -
XYZ 47.23 26.23 44.69 -
YUV 131.4 154.3 208.31 -
System Red Green Blue C M Y K H S L
Decimal 244 65 178 0 0.73 0.27 0.04 322.12 0.89 0.61
Hex F4 41 B2 0 49 1B 4 142 59 3D
Octal 364 101 262 0 111 33 4 502 131 75
Binary 11110100 1000001 10110010 0 1001001 11011 100 101000010 1011001 111101

Color Harmonies of #F441B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F441B2

Black with #F441B2

Text Example


Text Example

White with #F441B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F441B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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