Html Css Color HEX #F127CE Razzle Dazzle Rose

📋 copy color: '#F127CE'

red 241 ◦ green 39 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F127CE

Tints of Razzle Dazzle Rose #F127CE

RGB

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

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

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

R = 49.59%
G = 8.02%
B = 42.39%

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

#F127CE (or 0xF127CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 27 and CE. RGB value is (241,39,206). Sum of RGB (Red+Green+Blue) = 241+39+206=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F127CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127CE is #0ED831. Grayscale: #757575. Windows color (decimal): -972850 or 13510641. OLE color: 13510641.

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

Color convert

RGB 241 39 206 -
CMYK 0 0.84 0.15 0.05
HSL 310.4º 0.88% 0.55% -
HSV(B) 310.4º 0.84% 0.95% -
XYZ 48.14 24.61 60.61 -
YUV 118.44 177.42 215.42 -
System Red Green Blue C M Y K H S L
Decimal 241 39 206 0 0.84 0.15 0.05 310.4 0.88 0.55
Hex F1 27 CE 0 54 F 5 136 58 37
Octal 361 47 316 0 124 17 5 466 130 67
Binary 11110001 100111 11001110 0 1010100 1111 101 100110110 1011000 110111

Color Harmonies of #F127CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127CE

Black with #F127CE

Text Example


Text Example

White with #F127CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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