Html Css Color HEX #F12ADB Razzle Dazzle Rose

📋 copy color: '#F12ADB'

red 241 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F12ADB

Tints of Razzle Dazzle Rose #F12ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 48.01%
G = 8.37%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F12ADB (or 0xF12ADB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2A and DB. RGB value is (241,42,219). Sum of RGB (Red+Green+Blue) = 241+42+219=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 42 (16.80% from 255 or 8.37% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ADB is #0ED524. Grayscale: #797979. Windows color (decimal): -972069 or 14363377. OLE color: 14363377.

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

Color convert

RGB 241 42 219 -
CMYK 0 0.83 0.09 0.05
HSL 306.63º 0.88% 0.55% -
HSV(B) 306.63º 0.83% 0.95% -
XYZ 49.89 25.47 69.3 -
YUV 121.68 182.93 213.11 -
System Red Green Blue C M Y K H S L
Decimal 241 42 219 0 0.83 0.09 0.05 306.63 0.88 0.55
Hex F1 2A DB 0 53 9 5 133 58 37
Octal 361 52 333 0 123 11 5 463 130 67
Binary 11110001 101010 11011011 0 1010011 1001 101 100110011 1011000 110111

Color Harmonies of #F12ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12ADB

Black with #F12ADB

Text Example


Text Example

White with #F12ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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