Html Css Color HEX #F94CC1 Razzle Dazzle Rose

📋 copy color: '#F94CC1'

red 249 ◦ green 76 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F94CC1

Tints of Razzle Dazzle Rose #F94CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 48.07%
G = 14.67%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F94CC1 (or 0xF94CC1) is known color: Razzle Dazzle Rose. HEX triplet: F9, 4C and C1. RGB value is (249,76,193). Sum of RGB (Red+Green+Blue) = 249+76+193=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94CC1 is #06B33E. Grayscale: #8C8C8C. Windows color (decimal): -439103 or 12668153. OLE color: 12668153.

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

Color convert

RGB 249 76 193 -
CMYK 0 0.69 0.22 0.02
HSL 319.42º 0.94% 0.64% -
HSV(B) 319.42º 0.69% 0.98% -
XYZ 51.28 29.16 53.38 -
YUV 141.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 249 76 193 0 0.69 0.22 0.02 319.42 0.94 0.64
Hex F9 4C C1 0 45 16 2 13F 5E 40
Octal 371 114 301 0 105 26 2 477 136 100
Binary 11111001 1001100 11000001 0 1000101 10110 10 100111111 1011110 1000000

Color Harmonies of #F94CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94CC1

Black with #F94CC1

Text Example


Text Example

White with #F94CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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