Html Css Color HEX #F450B8 Brilliant Rose

📋 copy color: '#F450B8'

red 244 ◦ green 80 ◦ blue 184

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

Shades of Brilliant Rose #F450B8

Tints of Brilliant Rose #F450B8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.75%

 BLUE value IS 184 (72.27% from 255) = 36.22%

R = 48.03%
G = 15.75%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F450B8 (or 0xF450B8) is known color: Brilliant Rose. HEX triplet: F4, 50 and B8. RGB value is (244,80,184). Sum of RGB (Red+Green+Blue) = 244+80+184=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F450B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F450B8 is #0BAF47. Grayscale: #8C8C8C. Windows color (decimal): -765768 or 12079348. OLE color: 12079348.

HSL color Cylindrical-coordinate representation of color #F450B8: hue angle of 321.95º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F450B8 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 80 184 -
CMYK 0 0.67 0.25 0.04
HSL 321.95º 0.88% 0.64% -
HSV(B) 321.95º 0.67% 0.96% -
XYZ 48.83 28.43 48.26 -
YUV 140.89 152.33 201.54 -
System Red Green Blue C M Y K H S L
Decimal 244 80 184 0 0.67 0.25 0.04 321.95 0.88 0.64
Hex F4 50 B8 0 43 19 4 142 58 40
Octal 364 120 270 0 103 31 4 502 130 100
Binary 11110100 1010000 10111000 0 1000011 11001 100 101000010 1011000 1000000

Color Harmonies of #F450B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F450B8

Black with #F450B8

Text Example


Text Example

White with #F450B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F450B8; }

 p { color: rgb(244,80,184); }

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

background-color css

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

 a { background-color: rgb(244,80,184); }

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

border-color css

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

 span { border-color: rgb(244,80,184); }

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