Html Css Color HEX #F127E3 Razzle Dazzle Rose

📋 copy color: '#F127E3'

red 241 ◦ green 39 ◦ blue 227

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

Shades of Razzle Dazzle Rose #F127E3

Tints of Razzle Dazzle Rose #F127E3

RGB

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

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

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

R = 47.53%
G = 7.69%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F127E3 (or 0xF127E3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 27 and E3. RGB value is (241,39,227). Sum of RGB (Red+Green+Blue) = 241+39+227=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F127E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127E3 is #0ED81C. Grayscale: #787878. Windows color (decimal): -972829 or 14886897. OLE color: 14886897.

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

Color convert

RGB 241 39 227 -
CMYK 0 0.84 0.06 0.05
HSL 304.16º 0.88% 0.55% -
HSV(B) 304.16º 0.84% 0.95% -
XYZ 50.87 25.7 74.95 -
YUV 120.83 187.92 213.71 -
System Red Green Blue C M Y K H S L
Decimal 241 39 227 0 0.84 0.06 0.05 304.16 0.88 0.55
Hex F1 27 E3 0 54 6 5 130 58 37
Octal 361 47 343 0 124 6 5 460 130 67
Binary 11110001 100111 11100011 0 1010100 110 101 100110000 1011000 110111

Color Harmonies of #F127E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127E3

Black with #F127E3

Text Example


Text Example

White with #F127E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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