Html Css Color HEX #F12ACC Razzle Dazzle Rose

📋 copy color: '#F12ACC'

red 241 ◦ green 42 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F12ACC

Tints of Razzle Dazzle Rose #F12ACC

RGB

 RED value IS 241 (94.53% from 255) = 49.49%

 GREEN value IS 42 (16.8% from 255) = 8.62%

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 49.49%
G = 8.62%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F12ACC (or 0xF12ACC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2A and CC. RGB value is (241,42,204). Sum of RGB (Red+Green+Blue) = 241+42+204=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 42 (16.80% from 255 or 8.62% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ACC is #0ED533. Grayscale: #777777. Windows color (decimal): -972084 or 13380337. OLE color: 13380337.

HSL color Cylindrical-coordinate representation of color #F12ACC: hue angle of 311.16º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12ACC is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 42 204 -
CMYK 0 0.83 0.15 0.05
HSL 311.16º 0.88% 0.55% -
HSV(B) 311.16º 0.83% 0.95% -
XYZ 48 24.72 59.37 -
YUV 119.97 175.43 214.33 -
System Red Green Blue C M Y K H S L
Decimal 241 42 204 0 0.83 0.15 0.05 311.16 0.88 0.55
Hex F1 2A CC 0 53 F 5 137 58 37
Octal 361 52 314 0 123 17 5 467 130 67
Binary 11110001 101010 11001100 0 1010011 1111 101 100110111 1011000 110111

Color Harmonies of #F12ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12ACC

Black with #F12ACC

Text Example


Text Example

White with #F12ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12ACC; }

 p { color: rgb(241,42,204); }

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

background-color css

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

 a { background-color: rgb(241,42,204); }

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

border-color css

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

 span { border-color: rgb(241,42,204); }

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