Html Css Color HEX #F325C4 Razzle Dazzle Rose

📋 copy color: '#F325C4'

red 243 ◦ green 37 ◦ blue 196

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

Shades of Razzle Dazzle Rose #F325C4

Tints of Razzle Dazzle Rose #F325C4

RGB

 RED value IS 243 (95.31% from 255) = 51.05%

 GREEN value IS 37 (14.84% from 255) = 7.77%

 BLUE value IS 196 (76.95% from 255) = 41.18%

R = 51.05%
G = 7.77%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F325C4 (or 0xF325C4) is known color: Razzle Dazzle Rose. HEX triplet: F3, 25 and C4. RGB value is (243,37,196). Sum of RGB (Red+Green+Blue) = 243+37+196=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F325C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325C4 is #0CDA3B. Grayscale: #747474. Windows color (decimal): -842300 or 12854771. OLE color: 12854771.

HSL color Cylindrical-coordinate representation of color #F325C4: hue angle of 313.69º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325C4 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 37 196 -
CMYK 0 0.85 0.19 0.05
HSL 313.69º 0.9% 0.55% -
HSV(B) 313.69º 0.85% 0.95% -
XYZ 47.59 24.36 54.42 -
YUV 116.72 172.75 218.07 -
System Red Green Blue C M Y K H S L
Decimal 243 37 196 0 0.85 0.19 0.05 313.69 0.9 0.55
Hex F3 25 C4 0 55 13 5 13A 5A 37
Octal 363 45 304 0 125 23 5 472 132 67
Binary 11110011 100101 11000100 0 1010101 10011 101 100111010 1011010 110111

Color Harmonies of #F325C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F325C4

Black with #F325C4

Text Example


Text Example

White with #F325C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F325C4; }

 p { color: rgb(243,37,196); }

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

background-color css

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

 a { background-color: rgb(243,37,196); }

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

border-color css

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

 span { border-color: rgb(243,37,196); }

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