Html Css Color HEX #F45D9D Brilliant Rose

📋 copy color: '#F45D9D'

red 244 ◦ green 93 ◦ blue 157

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

Shades of Brilliant Rose #F45D9D

Tints of Brilliant Rose #F45D9D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.83%

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 49.39%
G = 18.83%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F45D9D (or 0xF45D9D) is known color: Brilliant Rose. HEX triplet: F4, 5D and 9D. RGB value is (244,93,157). Sum of RGB (Red+Green+Blue) = 244+93+157=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D9D is #0BA262. Grayscale: #919191. Windows color (decimal): -762467 or 10313204. OLE color: 10313204.

HSL color Cylindrical-coordinate representation of color #F45D9D: hue angle of 334.57º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45D9D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 93 157 -
CMYK 0 0.62 0.36 0.04
HSL 334.57º 0.87% 0.66% -
HSV(B) 334.57º 0.62% 0.96% -
XYZ 47.31 29.5 35.1 -
YUV 145.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 244 93 157 0 0.62 0.36 0.04 334.57 0.87 0.66
Hex F4 5D 9D 0 3E 24 4 14F 57 42
Octal 364 135 235 0 76 44 4 517 127 102
Binary 11110100 1011101 10011101 0 111110 100100 100 101001111 1010111 1000010

Color Harmonies of #F45D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D9D

Black with #F45D9D

Text Example


Text Example

White with #F45D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D9D; }

 p { color: rgb(244,93,157); }

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

background-color css

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

 a { background-color: rgb(244,93,157); }

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

border-color css

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

 span { border-color: rgb(244,93,157); }

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