Html Css Color HEX #F741DC Razzle Dazzle Rose

📋 copy color: '#F741DC'

red 247 ◦ green 65 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F741DC

Tints of Razzle Dazzle Rose #F741DC

RGB

 RED value IS 247 (96.88% from 255) = 46.43%

 GREEN value IS 65 (25.78% from 255) = 12.22%

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

R = 46.43%
G = 12.22%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F741DC (or 0xF741DC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 41 and DC. RGB value is (247,65,220). Sum of RGB (Red+Green+Blue) = 247+65+220=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 65 (25.78% from 255 or 12.22% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F741DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F741DC is #08BE23. Grayscale: #888888. Windows color (decimal): -572964 or 14434807. OLE color: 14434807.

HSL color Cylindrical-coordinate representation of color #F741DC: hue angle of 308.9º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F741DC is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 65 220 -
CMYK 0 0.74 0.11 0.03
HSL 308.9º 0.92% 0.61% -
HSV(B) 308.9º 0.74% 0.97% -
XYZ 53.17 28.72 70.45 -
YUV 137.09 174.8 206.4 -
System Red Green Blue C M Y K H S L
Decimal 247 65 220 0 0.74 0.11 0.03 308.9 0.92 0.61
Hex F7 41 DC 0 4A B 3 135 5C 3D
Octal 367 101 334 0 112 13 3 465 134 75
Binary 11110111 1000001 11011100 0 1001010 1011 11 100110101 1011100 111101

Color Harmonies of #F741DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F741DC

Black with #F741DC

Text Example


Text Example

White with #F741DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F741DC; }

 p { color: rgb(247,65,220); }

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

background-color css

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

 a { background-color: rgb(247,65,220); }

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

border-color css

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

 span { border-color: rgb(247,65,220); }

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