Html Css Color HEX #F126CE Razzle Dazzle Rose

📋 copy color: '#F126CE'

red 241 ◦ green 38 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F126CE

Tints of Razzle Dazzle Rose #F126CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 49.69%
G = 7.84%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F126CE (or 0xF126CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 26 and CE. RGB value is (241,38,206). Sum of RGB (Red+Green+Blue) = 241+38+206=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F126CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F126CE is #0ED931. Grayscale: #757575. Windows color (decimal): -973106 or 13510385. OLE color: 13510385.

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

Color convert

RGB 241 38 206 -
CMYK 0 0.84 0.15 0.05
HSL 310.34º 0.88% 0.55% -
HSV(B) 310.34º 0.84% 0.95% -
XYZ 48.11 24.54 60.59 -
YUV 117.85 177.75 215.84 -
System Red Green Blue C M Y K H S L
Decimal 241 38 206 0 0.84 0.15 0.05 310.34 0.88 0.55
Hex F1 26 CE 0 54 F 5 136 58 37
Octal 361 46 316 0 124 17 5 466 130 67
Binary 11110001 100110 11001110 0 1010100 1111 101 100110110 1011000 110111

Color Harmonies of #F126CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F126CE

Black with #F126CE

Text Example


Text Example

White with #F126CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F126CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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