Html Css Color HEX #F126C1 Razzle Dazzle Rose

📋 copy color: '#F126C1'

red 241 ◦ green 38 ◦ blue 193

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

Shades of Razzle Dazzle Rose #F126C1

Tints of Razzle Dazzle Rose #F126C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 51.06%
G = 8.05%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F126C1 (or 0xF126C1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 26 and C1. RGB value is (241,38,193). Sum of RGB (Red+Green+Blue) = 241+38+193=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F126C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F126C1 is #0ED93E. Grayscale: #737373. Windows color (decimal): -973119 or 12658417. OLE color: 12658417.

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

Color convert

RGB 241 38 193 -
CMYK 0 0.84 0.20 0.05
HSL 314.19º 0.88% 0.55% -
HSV(B) 314.19º 0.84% 0.95% -
XYZ 46.59 23.94 52.62 -
YUV 116.37 171.25 216.9 -
System Red Green Blue C M Y K H S L
Decimal 241 38 193 0 0.84 0.20 0.05 314.19 0.88 0.55
Hex F1 26 C1 0 54 14 5 13A 58 37
Octal 361 46 301 0 124 24 5 472 130 67
Binary 11110001 100110 11000001 0 1010100 10100 101 100111010 1011000 110111

Color Harmonies of #F126C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F126C1

Black with #F126C1

Text Example


Text Example

White with #F126C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F126C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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