Html Css Color HEX #F12ACF Razzle Dazzle Rose

📋 copy color: '#F12ACF'

red 241 ◦ green 42 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F12ACF

Tints of Razzle Dazzle Rose #F12ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 49.18%
G = 8.57%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F12ACF (or 0xF12ACF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2A and CF. RGB value is (241,42,207). Sum of RGB (Red+Green+Blue) = 241+42+207=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ACF is #0ED530. Grayscale: #777777. Windows color (decimal): -972081 or 13576945. OLE color: 13576945.

HSL color Cylindrical-coordinate representation of color #F12ACF: hue angle of 310.25º 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 #F12ACF is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 42 207 -
CMYK 0 0.83 0.14 0.05
HSL 310.25º 0.88% 0.55% -
HSV(B) 310.25º 0.83% 0.95% -
XYZ 48.37 24.86 61.28 -
YUV 120.31 176.93 214.08 -
System Red Green Blue C M Y K H S L
Decimal 241 42 207 0 0.83 0.14 0.05 310.25 0.88 0.55
Hex F1 2A CF 0 53 E 5 136 58 37
Octal 361 52 317 0 123 16 5 466 130 67
Binary 11110001 101010 11001111 0 1010011 1110 101 100110110 1011000 110111

Color Harmonies of #F12ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12ACF

Black with #F12ACF

Text Example


Text Example

White with #F12ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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