Html Css Color HEX #F945B0 Brilliant Rose

📋 copy color: '#F945B0'

red 249 ◦ green 69 ◦ blue 176

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

Shades of Brilliant Rose #F945B0

Tints of Brilliant Rose #F945B0

RGB

 RED value IS 249 (97.66% from 255) = 50.4%

 GREEN value IS 69 (27.34% from 255) = 13.97%

 BLUE value IS 176 (69.14% from 255) = 35.63%

R = 50.4%
G = 13.97%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F945B0 (or 0xF945B0) is known color: Brilliant Rose. HEX triplet: F9, 45 and B0. RGB value is (249,69,176). Sum of RGB (Red+Green+Blue) = 249+69+176=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F945B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F945B0 is #06BA4F. Grayscale: #868686. Windows color (decimal): -440912 or 11552249. OLE color: 11552249.

HSL color Cylindrical-coordinate representation of color #F945B0: hue angle of 324.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F945B0 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 69 176 -
CMYK 0 0.72 0.29 0.02
HSL 324.33º 0.94% 0.62% -
HSV(B) 324.33º 0.72% 0.98% -
XYZ 49.03 27.53 43.8 -
YUV 135.02 151.13 209.3 -
System Red Green Blue C M Y K H S L
Decimal 249 69 176 0 0.72 0.29 0.02 324.33 0.94 0.62
Hex F9 45 B0 0 48 1D 2 144 5E 3E
Octal 371 105 260 0 110 35 2 504 136 76
Binary 11111001 1000101 10110000 0 1001000 11101 10 101000100 1011110 111110

Color Harmonies of #F945B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F945B0

Black with #F945B0

Text Example


Text Example

White with #F945B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F945B0; }

 p { color: rgb(249,69,176); }

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

background-color css

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

 a { background-color: rgb(249,69,176); }

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

border-color css

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

 span { border-color: rgb(249,69,176); }

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