Html Css Color HEX #F733B0 Persian Rose

📋 copy color: '#F733B0'

red 247 ◦ green 51 ◦ blue 176

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

Shades of Persian Rose #F733B0

Tints of Persian Rose #F733B0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.76%

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 52.11%
G = 10.76%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F733B0 (or 0xF733B0) is known color: Persian Rose. HEX triplet: F7, 33 and B0. RGB value is (247,51,176). Sum of RGB (Red+Green+Blue) = 247+51+176=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F733B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F733B0 is #08CC4F. Grayscale: #7B7B7B. Windows color (decimal): -576592 or 11547639. OLE color: 11547639.

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

Color convert

RGB 247 51 176 -
CMYK 0 0.79 0.29 0.03
HSL 321.73º 0.92% 0.58% -
HSV(B) 321.73º 0.79% 0.97% -
XYZ 47.38 25.28 43.46 -
YUV 123.85 157.43 215.84 -
System Red Green Blue C M Y K H S L
Decimal 247 51 176 0 0.79 0.29 0.03 321.73 0.92 0.58
Hex F7 33 B0 0 4F 1D 3 142 5C 3A
Octal 367 63 260 0 117 35 3 502 134 72
Binary 11110111 110011 10110000 0 1001111 11101 11 101000010 1011100 111010

Color Harmonies of #F733B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F733B0

Black with #F733B0

Text Example


Text Example

White with #F733B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F733B0; }

 p { color: rgb(247,51,176); }

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

background-color css

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

 a { background-color: rgb(247,51,176); }

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

border-color css

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

 span { border-color: rgb(247,51,176); }

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