Html Css Color HEX #F94CBA Brilliant Rose

📋 copy color: '#F94CBA'

red 249 ◦ green 76 ◦ blue 186

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

Shades of Brilliant Rose #F94CBA

Tints of Brilliant Rose #F94CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.4%

R = 48.73%
G = 14.87%
B = 36.4%

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

#F94CBA (or 0xF94CBA) is known color: Brilliant Rose. HEX triplet: F9, 4C and BA. RGB value is (249,76,186). Sum of RGB (Red+Green+Blue) = 249+76+186=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CBA is #06B345. Grayscale: #8C8C8C. Windows color (decimal): -439110 or 12209401. OLE color: 12209401.

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

Color convert

RGB 249 76 186 -
CMYK 0 0.69 0.25 0.02
HSL 321.85º 0.94% 0.64% -
HSV(B) 321.85º 0.69% 0.98% -
XYZ 50.51 28.85 49.36 -
YUV 140.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 249 76 186 0 0.69 0.25 0.02 321.85 0.94 0.64
Hex F9 4C BA 0 45 19 2 142 5E 40
Octal 371 114 272 0 105 31 2 502 136 100
Binary 11111001 1001100 10111010 0 1000101 11001 10 101000010 1011110 1000000

Color Harmonies of #F94CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CBA

Black with #F94CBA

Text Example


Text Example

White with #F94CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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