Html Css Color HEX #F94CB0 Brilliant Rose

📋 copy color: '#F94CB0'

red 249 ◦ green 76 ◦ blue 176

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

Shades of Brilliant Rose #F94CB0

Tints of Brilliant Rose #F94CB0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.17%

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

R = 49.7%
G = 15.17%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F94CB0 (or 0xF94CB0) is known color: Brilliant Rose. HEX triplet: F9, 4C and B0. RGB value is (249,76,176). Sum of RGB (Red+Green+Blue) = 249+76+176=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94CB0 is #06B34F. Grayscale: #8A8A8A. Windows color (decimal): -439120 or 11554041. OLE color: 11554041.

HSL color Cylindrical-coordinate representation of color #F94CB0: hue angle of 325.32º degrees, saturation: 0.94, 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 #F94CB0 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 76 176 -
CMYK 0 0.69 0.29 0.02
HSL 325.32º 0.94% 0.64% -
HSV(B) 325.32º 0.69% 0.98% -
XYZ 49.49 28.44 43.96 -
YUV 139.13 148.81 206.37 -
System Red Green Blue C M Y K H S L
Decimal 249 76 176 0 0.69 0.29 0.02 325.32 0.94 0.64
Hex F9 4C B0 0 45 1D 2 145 5E 40
Octal 371 114 260 0 105 35 2 505 136 100
Binary 11111001 1001100 10110000 0 1000101 11101 10 101000101 1011110 1000000

Color Harmonies of #F94CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CB0

Black with #F94CB0

Text Example


Text Example

White with #F94CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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