Html Css Color HEX #F129E3 Razzle Dazzle Rose

📋 copy color: '#F129E3'

red 241 ◦ green 41 ◦ blue 227

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

Shades of Razzle Dazzle Rose #F129E3

Tints of Razzle Dazzle Rose #F129E3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.06%

 BLUE value IS 227 (89.06% from 255) = 44.6%

R = 47.35%
G = 8.06%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F129E3 (or 0xF129E3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 29 and E3. RGB value is (241,41,227). Sum of RGB (Red+Green+Blue) = 241+41+227=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 41 (16.41% from 255 or 8.06% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F129E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F129E3 is #0ED61C. Grayscale: #797979. Windows color (decimal): -972317 or 14887409. OLE color: 14887409.

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

Color convert

RGB 241 41 227 -
CMYK 0 0.83 0.06 0.05
HSL 304.2º 0.88% 0.55% -
HSV(B) 304.2º 0.83% 0.95% -
XYZ 50.93 25.83 74.97 -
YUV 122 187.26 212.88 -
System Red Green Blue C M Y K H S L
Decimal 241 41 227 0 0.83 0.06 0.05 304.2 0.88 0.55
Hex F1 29 E3 0 53 6 5 130 58 37
Octal 361 51 343 0 123 6 5 460 130 67
Binary 11110001 101001 11100011 0 1010011 110 101 100110000 1011000 110111

Color Harmonies of #F129E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129E3

Black with #F129E3

Text Example


Text Example

White with #F129E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129E3; }

 p { color: rgb(241,41,227); }

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

background-color css

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

 a { background-color: rgb(241,41,227); }

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

border-color css

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

 span { border-color: rgb(241,41,227); }

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