Html Css Color HEX #F442B3 Brilliant Rose

📋 copy color: '#F442B3'

red 244 ◦ green 66 ◦ blue 179

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

Shades of Brilliant Rose #F442B3

Tints of Brilliant Rose #F442B3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.5%

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 49.9%
G = 13.5%
B = 36.61%

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

#F442B3 (or 0xF442B3) is known color: Brilliant Rose. HEX triplet: F4, 42 and B3. RGB value is (244,66,179). Sum of RGB (Red+Green+Blue) = 244+66+179=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F442B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442B3 is #0BBD4C. Grayscale: #838383. Windows color (decimal): -769357 or 11748084. OLE color: 11748084.

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

Color convert

RGB 244 66 179 -
CMYK 0 0.73 0.27 0.04
HSL 321.91º 0.89% 0.61% -
HSV(B) 321.91º 0.73% 0.96% -
XYZ 47.39 26.38 45.24 -
YUV 132.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 244 66 179 0 0.73 0.27 0.04 321.91 0.89 0.61
Hex F4 42 B3 0 49 1B 4 142 59 3D
Octal 364 102 263 0 111 33 4 502 131 75
Binary 11110100 1000010 10110011 0 1001001 11011 100 101000010 1011001 111101

Color Harmonies of #F442B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F442B3

Black with #F442B3

Text Example


Text Example

White with #F442B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F442B3; }

 p { color: rgb(244,66,179); }

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

background-color css

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

 a { background-color: rgb(244,66,179); }

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

border-color css

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

 span { border-color: rgb(244,66,179); }

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