Html Css Color HEX #F127E5 Razzle Dazzle Rose

📋 copy color: '#F127E5'

red 241 ◦ green 39 ◦ blue 229

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

Shades of Razzle Dazzle Rose #F127E5

Tints of Razzle Dazzle Rose #F127E5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.66%

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 47.35%
G = 7.66%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F127E5 (or 0xF127E5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 27 and E5. RGB value is (241,39,229). Sum of RGB (Red+Green+Blue) = 241+39+229=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 39 (15.62% from 255 or 7.66% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F127E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127E5 is #0ED81A. Grayscale: #787878. Windows color (decimal): -972827 or 15017969. OLE color: 15017969.

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

Color convert

RGB 241 39 229 -
CMYK 0 0.84 0.05 0.05
HSL 303.56º 0.88% 0.55% -
HSV(B) 303.56º 0.84% 0.95% -
XYZ 51.14 25.81 76.41 -
YUV 121.06 188.92 213.55 -
System Red Green Blue C M Y K H S L
Decimal 241 39 229 0 0.84 0.05 0.05 303.56 0.88 0.55
Hex F1 27 E5 0 54 5 5 130 58 37
Octal 361 47 345 0 124 5 5 460 130 67
Binary 11110001 100111 11100101 0 1010100 101 101 100110000 1011000 110111

Color Harmonies of #F127E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127E5

Black with #F127E5

Text Example


Text Example

White with #F127E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127E5; }

 p { color: rgb(241,39,229); }

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

background-color css

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

 a { background-color: rgb(241,39,229); }

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

border-color css

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

 span { border-color: rgb(241,39,229); }

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