Html Css Color HEX #F127CA Razzle Dazzle Rose

📋 copy color: '#F127CA'

red 241 ◦ green 39 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F127CA

Tints of Razzle Dazzle Rose #F127CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 50%
G = 8.09%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F127CA (or 0xF127CA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 27 and CA. RGB value is (241,39,202). Sum of RGB (Red+Green+Blue) = 241+39+202=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F127CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127CA is #0ED835. Grayscale: #757575. Windows color (decimal): -972854 or 13248497. OLE color: 13248497.

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

Color convert

RGB 241 39 202 -
CMYK 0 0.84 0.16 0.05
HSL 311.58º 0.88% 0.55% -
HSV(B) 311.58º 0.84% 0.95% -
XYZ 47.66 24.42 58.08 -
YUV 117.98 175.42 215.75 -
System Red Green Blue C M Y K H S L
Decimal 241 39 202 0 0.84 0.16 0.05 311.58 0.88 0.55
Hex F1 27 CA 0 54 10 5 138 58 37
Octal 361 47 312 0 124 20 5 470 130 67
Binary 11110001 100111 11001010 0 1010100 10000 101 100111000 1011000 110111

Color Harmonies of #F127CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127CA

Black with #F127CA

Text Example


Text Example

White with #F127CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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