Html Css Color HEX #F127CF Razzle Dazzle Rose

📋 copy color: '#F127CF'

red 241 ◦ green 39 ◦ blue 207

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

Shades of Razzle Dazzle Rose #F127CF

Tints of Razzle Dazzle Rose #F127CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 49.49%
G = 8.01%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F127CF (or 0xF127CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 27 and CF. RGB value is (241,39,207). Sum of RGB (Red+Green+Blue) = 241+39+207=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F127CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F127CF is #0ED830. Grayscale: #767676. Windows color (decimal): -972849 or 13576177. OLE color: 13576177.

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

Color convert

RGB 241 39 207 -
CMYK 0 0.84 0.14 0.05
HSL 310.1º 0.88% 0.55% -
HSV(B) 310.1º 0.84% 0.95% -
XYZ 48.26 24.66 61.25 -
YUV 118.55 177.92 215.34 -
System Red Green Blue C M Y K H S L
Decimal 241 39 207 0 0.84 0.14 0.05 310.1 0.88 0.55
Hex F1 27 CF 0 54 E 5 136 58 37
Octal 361 47 317 0 124 16 5 466 130 67
Binary 11110001 100111 11001111 0 1010100 1110 101 100110110 1011000 110111

Color Harmonies of #F127CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F127CF

Black with #F127CF

Text Example


Text Example

White with #F127CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F127CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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