Html Css Color HEX #F94CB2 Brilliant Rose

📋 copy color: '#F94CB2'

red 249 ◦ green 76 ◦ blue 178

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

Shades of Brilliant Rose #F94CB2

Tints of Brilliant Rose #F94CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.39%

R = 49.5%
G = 15.11%
B = 35.39%

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

#F94CB2 (or 0xF94CB2) is known color: Brilliant Rose. HEX triplet: F9, 4C and B2. RGB value is (249,76,178). Sum of RGB (Red+Green+Blue) = 249+76+178=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94CB2 is #06B34D. Grayscale: #8B8B8B. Windows color (decimal): -439118 or 11685113. OLE color: 11685113.

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

Color convert

RGB 249 76 178 -
CMYK 0 0.69 0.29 0.02
HSL 324.62º 0.94% 0.64% -
HSV(B) 324.62º 0.69% 0.98% -
XYZ 49.69 28.52 45.01 -
YUV 139.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 249 76 178 0 0.69 0.29 0.02 324.62 0.94 0.64
Hex F9 4C B2 0 45 1D 2 145 5E 40
Octal 371 114 262 0 105 35 2 505 136 100
Binary 11111001 1001100 10110010 0 1000101 11101 10 101000101 1011110 1000000

Color Harmonies of #F94CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CB2

Black with #F94CB2

Text Example


Text Example

White with #F94CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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