Html Css Color HEX #F94DBB Brilliant Rose

📋 copy color: '#F94DBB'

red 249 ◦ green 77 ◦ blue 187

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

Shades of Brilliant Rose #F94DBB

Tints of Brilliant Rose #F94DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.01%

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 48.54%
G = 15.01%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F94DBB (or 0xF94DBB) is known color: Brilliant Rose. HEX triplet: F9, 4D and BB. RGB value is (249,77,187). Sum of RGB (Red+Green+Blue) = 249+77+187=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94DBB is #06B244. Grayscale: #8C8C8C. Windows color (decimal): -438853 or 12275193. OLE color: 12275193.

HSL color Cylindrical-coordinate representation of color #F94DBB: hue angle of 321.63º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94DBB is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 77 187 -
CMYK 0 0.69 0.25 0.02
HSL 321.63º 0.93% 0.64% -
HSV(B) 321.63º 0.69% 0.98% -
XYZ 50.69 29.04 49.95 -
YUV 140.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 249 77 187 0 0.69 0.25 0.02 321.63 0.93 0.64
Hex F9 4D BB 0 45 19 2 142 5D 40
Octal 371 115 273 0 105 31 2 502 135 100
Binary 11111001 1001101 10111011 0 1000101 11001 10 101000010 1011101 1000000

Color Harmonies of #F94DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94DBB

Black with #F94DBB

Text Example


Text Example

White with #F94DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94DBB; }

 p { color: rgb(249,77,187); }

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

background-color css

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

 a { background-color: rgb(249,77,187); }

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

border-color css

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

 span { border-color: rgb(249,77,187); }

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