Html Css Color HEX #F745D2 Razzle Dazzle Rose

📋 copy color: '#F745D2'

red 247 ◦ green 69 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F745D2

Tints of Razzle Dazzle Rose #F745D2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.12%

 BLUE value IS 210 (82.42% from 255) = 39.92%

R = 46.96%
G = 13.12%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F745D2 (or 0xF745D2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 45 and D2. RGB value is (247,69,210). Sum of RGB (Red+Green+Blue) = 247+69+210=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 69 (27.34% from 255 or 13.12% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F745D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F745D2 is #08BA2D. Grayscale: #898989. Windows color (decimal): -571950 or 13780471. OLE color: 13780471.

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

Color convert

RGB 247 69 210 -
CMYK 0 0.72 0.15 0.03
HSL 312.47º 0.92% 0.62% -
HSV(B) 312.47º 0.72% 0.97% -
XYZ 52.12 28.68 63.76 -
YUV 138.3 168.47 205.54 -
System Red Green Blue C M Y K H S L
Decimal 247 69 210 0 0.72 0.15 0.03 312.47 0.92 0.62
Hex F7 45 D2 0 48 F 3 138 5C 3E
Octal 367 105 322 0 110 17 3 470 134 76
Binary 11110111 1000101 11010010 0 1001000 1111 11 100111000 1011100 111110

Color Harmonies of #F745D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F745D2

Black with #F745D2

Text Example


Text Example

White with #F745D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F745D2; }

 p { color: rgb(247,69,210); }

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

background-color css

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

 a { background-color: rgb(247,69,210); }

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

border-color css

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

 span { border-color: rgb(247,69,210); }

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