Html Css Color HEX #F94CB3 Brilliant Rose

📋 copy color: '#F94CB3'

red 249 ◦ green 76 ◦ blue 179

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

Shades of Brilliant Rose #F94CB3

Tints of Brilliant Rose #F94CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 49.4%
G = 15.08%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F94CB3 (or 0xF94CB3) is known color: Brilliant Rose. HEX triplet: F9, 4C and B3. RGB value is (249,76,179). Sum of RGB (Red+Green+Blue) = 249+76+179=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CB3 is #06B34C. Grayscale: #8B8B8B. Windows color (decimal): -439117 or 11750649. OLE color: 11750649.

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

Color convert

RGB 249 76 179 -
CMYK 0 0.69 0.28 0.02
HSL 324.28º 0.94% 0.64% -
HSV(B) 324.28º 0.69% 0.98% -
XYZ 49.79 28.56 45.54 -
YUV 139.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 249 76 179 0 0.69 0.28 0.02 324.28 0.94 0.64
Hex F9 4C B3 0 45 1C 2 144 5E 40
Octal 371 114 263 0 105 34 2 504 136 100
Binary 11111001 1001100 10110011 0 1000101 11100 10 101000100 1011110 1000000

Color Harmonies of #F94CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CB3

Black with #F94CB3

Text Example


Text Example

White with #F94CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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