Html Css Color HEX #F946D4 Razzle Dazzle Rose

📋 copy color: '#F946D4'

red 249 ◦ green 70 ◦ blue 212

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

Shades of Razzle Dazzle Rose #F946D4

Tints of Razzle Dazzle Rose #F946D4

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.18%

 BLUE value IS 212 (83.2% from 255) = 39.92%

R = 46.89%
G = 13.18%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F946D4 (or 0xF946D4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 46 and D4. RGB value is (249,70,212). Sum of RGB (Red+Green+Blue) = 249+70+212=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 70 (27.73% from 255 or 13.18% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F946D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F946D4 is #06B92B. Grayscale: #8B8B8B. Windows color (decimal): -440620 or 13911801. OLE color: 13911801.

HSL color Cylindrical-coordinate representation of color #F946D4: hue angle of 312.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F946D4 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 70 212 -
CMYK 0 0.72 0.15 0.02
HSL 312.4º 0.94% 0.63% -
HSV(B) 312.4º 0.72% 0.98% -
XYZ 53.14 29.27 65.14 -
YUV 139.71 168.8 205.95 -
System Red Green Blue C M Y K H S L
Decimal 249 70 212 0 0.72 0.15 0.02 312.4 0.94 0.63
Hex F9 46 D4 0 48 F 2 138 5E 3F
Octal 371 106 324 0 110 17 2 470 136 77
Binary 11111001 1000110 11010100 0 1001000 1111 10 100111000 1011110 111111

Color Harmonies of #F946D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F946D4

Black with #F946D4

Text Example


Text Example

White with #F946D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F946D4; }

 p { color: rgb(249,70,212); }

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

background-color css

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

 a { background-color: rgb(249,70,212); }

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

border-color css

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

 span { border-color: rgb(249,70,212); }

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