Html Css Color HEX #F12FDA Razzle Dazzle Rose

📋 copy color: '#F12FDA'

red 241 ◦ green 47 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F12FDA

Tints of Razzle Dazzle Rose #F12FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.29%

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 47.63%
G = 9.29%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F12FDA (or 0xF12FDA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2F and DA. RGB value is (241,47,218). Sum of RGB (Red+Green+Blue) = 241+47+218=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 47 (18.75% from 255 or 9.29% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12FDA is #0ED025. Grayscale: #7C7C7C. Windows color (decimal): -970790 or 14299121. OLE color: 14299121.

HSL color Cylindrical-coordinate representation of color #F12FDA: hue angle of 307.11º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12FDA is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 218 -
CMYK 0 0.80 0.10 0.05
HSL 307.11º 0.87% 0.56% -
HSV(B) 307.11º 0.8% 0.95% -
XYZ 49.95 25.8 68.68 -
YUV 124.5 180.77 211.1 -
System Red Green Blue C M Y K H S L
Decimal 241 47 218 0 0.80 0.10 0.05 307.11 0.87 0.56
Hex F1 2F DA 0 50 A 5 133 57 38
Octal 361 57 332 0 120 12 5 463 127 70
Binary 11110001 101111 11011010 0 1010000 1010 101 100110011 1010111 111000

Color Harmonies of #F12FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FDA

Black with #F12FDA

Text Example


Text Example

White with #F12FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FDA; }

 p { color: rgb(241,47,218); }

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

background-color css

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

 a { background-color: rgb(241,47,218); }

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

border-color css

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

 span { border-color: rgb(241,47,218); }

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