Html Css Color HEX #F750CB Razzle Dazzle Rose

📋 copy color: '#F750CB'

red 247 ◦ green 80 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F750CB

Tints of Razzle Dazzle Rose #F750CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.09%

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 46.6%
G = 15.09%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F750CB (or 0xF750CB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 50 and CB. RGB value is (247,80,203). Sum of RGB (Red+Green+Blue) = 247+80+203=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F750CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750CB is #08AF34. Grayscale: #8F8F8F. Windows color (decimal): -569141 or 13324535. OLE color: 13324535.

HSL color Cylindrical-coordinate representation of color #F750CB: hue angle of 315.81º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F750CB is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 203 -
CMYK 0 0.68 0.18 0.03
HSL 315.81º 0.91% 0.64% -
HSV(B) 315.81º 0.68% 0.97% -
XYZ 52.01 29.82 59.52 -
YUV 143.96 161.33 201.5 -
System Red Green Blue C M Y K H S L
Decimal 247 80 203 0 0.68 0.18 0.03 315.81 0.91 0.64
Hex F7 50 CB 0 44 12 3 13C 5B 40
Octal 367 120 313 0 104 22 3 474 133 100
Binary 11110111 1010000 11001011 0 1000100 10010 11 100111100 1011011 1000000

Color Harmonies of #F750CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F750CB

Black with #F750CB

Text Example


Text Example

White with #F750CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F750CB; }

 p { color: rgb(247,80,203); }

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

background-color css

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

 a { background-color: rgb(247,80,203); }

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

border-color css

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

 span { border-color: rgb(247,80,203); }

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