Html Css Color HEX #F126D1 Razzle Dazzle Rose

📋 copy color: '#F126D1'

red 241 ◦ green 38 ◦ blue 209

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

Shades of Razzle Dazzle Rose #F126D1

Tints of Razzle Dazzle Rose #F126D1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.79%

 BLUE value IS 209 (82.03% from 255) = 42.83%

R = 49.39%
G = 7.79%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F126D1 (or 0xF126D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 26 and D1. RGB value is (241,38,209). Sum of RGB (Red+Green+Blue) = 241+38+209=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F126D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F126D1 is #0ED92E. Grayscale: #757575. Windows color (decimal): -973103 or 13706993. OLE color: 13706993.

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

Color convert

RGB 241 38 209 -
CMYK 0 0.84 0.13 0.05
HSL 309.46º 0.88% 0.55% -
HSV(B) 309.46º 0.84% 0.95% -
XYZ 48.48 24.69 62.53 -
YUV 118.19 179.25 215.6 -
System Red Green Blue C M Y K H S L
Decimal 241 38 209 0 0.84 0.13 0.05 309.46 0.88 0.55
Hex F1 26 D1 0 54 D 5 135 58 37
Octal 361 46 321 0 124 15 5 465 130 67
Binary 11110001 100110 11010001 0 1010100 1101 101 100110101 1011000 110111

Color Harmonies of #F126D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F126D1

Black with #F126D1

Text Example


Text Example

White with #F126D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F126D1; }

 p { color: rgb(241,38,209); }

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

background-color css

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

 a { background-color: rgb(241,38,209); }

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

border-color css

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

 span { border-color: rgb(241,38,209); }

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