Html Css Color HEX #F738A8 Persian Rose

📋 copy color: '#F738A8'

red 247 ◦ green 56 ◦ blue 168

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

Shades of Persian Rose #F738A8

Tints of Persian Rose #F738A8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.89%

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 52.44%
G = 11.89%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F738A8 (or 0xF738A8) is known color: Persian Rose. HEX triplet: F7, 38 and A8. RGB value is (247,56,168). Sum of RGB (Red+Green+Blue) = 247+56+168=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F738A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F738A8 is #08C757. Grayscale: #7D7D7D. Windows color (decimal): -575320 or 11024631. OLE color: 11024631.

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

Color convert

RGB 247 56 168 -
CMYK 0 0.77 0.32 0.03
HSL 324.82º 0.92% 0.59% -
HSV(B) 324.82º 0.77% 0.97% -
XYZ 46.84 25.43 39.49 -
YUV 125.88 151.78 214.39 -
System Red Green Blue C M Y K H S L
Decimal 247 56 168 0 0.77 0.32 0.03 324.82 0.92 0.59
Hex F7 38 A8 0 4D 20 3 145 5C 3B
Octal 367 70 250 0 115 40 3 505 134 73
Binary 11110111 111000 10101000 0 1001101 100000 11 101000101 1011100 111011

Color Harmonies of #F738A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F738A8

Black with #F738A8

Text Example


Text Example

White with #F738A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F738A8; }

 p { color: rgb(247,56,168); }

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

background-color css

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

 a { background-color: rgb(247,56,168); }

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

border-color css

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

 span { border-color: rgb(247,56,168); }

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