Html Css Color HEX #F134C8 Razzle Dazzle Rose

📋 copy color: '#F134C8'

red 241 ◦ green 52 ◦ blue 200

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

Shades of Razzle Dazzle Rose #F134C8

Tints of Razzle Dazzle Rose #F134C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.57%

R = 48.88%
G = 10.55%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F134C8 (or 0xF134C8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 34 and C8. RGB value is (241,52,200). Sum of RGB (Red+Green+Blue) = 241+52+200=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F134C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F134C8 is #0ECB37. Grayscale: #7C7C7C. Windows color (decimal): -969528 or 13120753. OLE color: 13120753.

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

Color convert

RGB 241 52 200 -
CMYK 0 0.78 0.17 0.05
HSL 313.02º 0.87% 0.57% -
HSV(B) 313.02º 0.78% 0.95% -
XYZ 47.93 25.33 57.01 -
YUV 125.38 170.12 210.47 -
System Red Green Blue C M Y K H S L
Decimal 241 52 200 0 0.78 0.17 0.05 313.02 0.87 0.57
Hex F1 34 C8 0 4E 11 5 139 57 39
Octal 361 64 310 0 116 21 5 471 127 71
Binary 11110001 110100 11001000 0 1001110 10001 101 100111001 1010111 111001

Color Harmonies of #F134C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F134C8

Black with #F134C8

Text Example


Text Example

White with #F134C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F134C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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