Html Css Color HEX #F134DC Razzle Dazzle Rose

📋 copy color: '#F134DC'

red 241 ◦ green 52 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F134DC

Tints of Razzle Dazzle Rose #F134DC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.14%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 46.98%
G = 10.14%
B = 42.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F134DC (or 0xF134DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and DC. RGB value is (241,52,220). Sum of RGB (Red+Green+Blue) = 241+52+220=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 52 (20.70% from 255 or 10.14% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F134DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134DC is #0ECB23. Grayscale: #7F7F7F. Windows color (decimal): -969508 or 14431473. OLE color: 14431473.

HSL color Cylindrical-coordinate representation of color #F134DC: hue angle of 306.67º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F134DC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 52 220 -
CMYK 0 0.78 0.09 0.05
HSL 306.67º 0.87% 0.57% -
HSV(B) 306.67º 0.78% 0.95% -
XYZ 50.42 26.32 70.13 -
YUV 127.66 180.12 208.84 -
System Red Green Blue C M Y K H S L
Decimal 241 52 220 0 0.78 0.09 0.05 306.67 0.87 0.57
Hex F1 34 DC 0 4E 9 5 133 57 39
Octal 361 64 334 0 116 11 5 463 127 71
Binary 11110001 110100 11011100 0 1001110 1001 101 100110011 1010111 111001

Color Harmonies of #F134DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134DC

Black with #F134DC

Text Example


Text Example

White with #F134DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134DC; }

 p { color: rgb(241,52,220); }

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

background-color css

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

 a { background-color: rgb(241,52,220); }

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

border-color css

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

 span { border-color: rgb(241,52,220); }

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